This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 17 matches

by Cadaver
Thu Oct 24, 2019 10:21 am
Forum: Script Support & Releases
Topic: googlenews
Replies: 16
Views: 15206

Well, if you put the code we would see what happens ...

I can tell you that this error is common when you edit the code in a different type of text encoding than the one that works in your eggdrop/shell/vps.
by Cadaver
Fri Oct 18, 2019 11:43 am
Forum: Script Requests
Topic: help in utf8 in eggdrop v1.8.4
Replies: 2
Views: 3509

Maybe ... If you wrote your questions in Spanish and English we could understand you better, because you dont use punctuation marks and your questions are not understandable. If i am correct and i understood you ... You need to change the encoding to utf-8, for that you need to edit file src/tcl.c a...
by Cadaver
Tue Sep 10, 2019 3:14 pm
Forum: Eggdrop Help
Topic: [Solved] Pushmode
Replies: 18
Views: 15696

Everything works, in conclusion the one who does things wrong is you. Sorry, i cant help you.
by Cadaver
Tue Sep 10, 2019 1:50 pm
Forum: Eggdrop Help
Topic: [Solved] Pushmode
Replies: 18
Views: 15696

Works when 15 different nicks joins to channel, edit [llength $nicks] == "15" for more or less.
by Cadaver
Tue Sep 10, 2019 11:56 am
Forum: Eggdrop Help
Topic: [Solved] Pushmode
Replies: 18
Views: 15696

Try this: namespace eval steiner { namespace eval vall { bind join -|- * steiner::vall::join proc join {nick uhost hand chan} { global botnick if {$nick != $botnick} { if {![info exists nicks]} { set nicks $nick } if {[string first $nick $nicks] == 0} { return } else { set nicks [lappend nicks $nick...
by Cadaver
Mon Sep 09, 2019 4:33 pm
Forum: Eggdrop Help
Topic: [Solved] Pushmode
Replies: 18
Views: 15696

You can use:

putserv or putquick "MODE $chan +vvvvvvvvvvvvvvv (or mode you need) [join [list $args]]"

To apply massive modes with no queue
by Cadaver
Mon Sep 09, 2019 2:45 pm
Forum: Eggdrop Help
Topic: [Solved] Pushmode
Replies: 18
Views: 15696

Have you tried to use putquick instead of pushmode?

... Or try to rethink your question is so confusing
by Cadaver
Mon Sep 09, 2019 1:17 pm
Forum: Eggdrop Help
Topic: [Solved] Pushmode
Replies: 18
Views: 15696

Re: Pushmode with no queue

greetings ive been fidling with conf to get an increaded value for: set modes-per-line 3 i changed to : set modes-per-line 15 and it didnt seem to work it kept setting 6 oh i forgot to mention im testing this with the ban-time option and set it to 1 min to test with then i set random bans like @sim...
by Cadaver
Wed Jul 31, 2019 2:43 pm
Forum: Script Support & Releases
Topic: Chanservneed 1.5.4
Replies: 2
Views: 4366

I see that both chanserv and nickserv must be bot users with flag, that could be the reason, check it. # Install requirements: # * Add (if not existing) chanserv as a user with hostmark matching the real # chanserv, global +m flag and flags represanting the bots access level on the # channels. # * A...
by Cadaver
Tue Jul 23, 2019 3:41 pm
Forum: Script Requests
Topic: mrc a tcl
Replies: 1
Views: 3320

Install AKA Nick Tracker

http://hawkee.com/snippet/9856/
by Cadaver
Tue May 14, 2019 11:53 am
Forum: Eggdrop Help
Topic: Wrong Timestamp in console and in logfiles
Replies: 3
Views: 5000

YW :)
by Cadaver
Mon May 06, 2019 1:15 pm
Forum: Eggdrop Help
Topic: Wrong Timestamp in console and in logfiles
Replies: 3
Views: 5000

Uncomment:

set env(TZ) "$timezone$offset"
by Cadaver
Fri Mar 08, 2019 1:47 pm
Forum: Eggdrop Help
Topic: Cannot assign requested address
Replies: 1
Views: 4371

Re: Cannot assign requested address

Check that the vhost4 or vhost6 that you have set in eggdrop.conf are the ones set in your network configuration.
by Cadaver
Fri Mar 08, 2019 1:42 pm
Forum: Eggdrop Help
Topic: Error during install on "make" on Raspbian
Replies: 1
Views: 4318

Re: Error during install on "make" on Raspbian

It's probably because you do not have tcl-dev installed, install it and try again.
by Cadaver
Tue Dec 11, 2018 3:12 pm
Forum: Eggdrop Help
Topic: Eggdrop Help Please
Replies: 1
Views: 4084

Re: Eggdrop Help Please

Hello Friends I have VPS I installed unrealircd 3.2, Anope Services worked fine, and I installed eggdrop, now when I type command, ./eggdrop eggdrop.conf It runs and states that Bot is running in background, But when I go to miRc and connect with server, it does not show there and when I /msg bot h...