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 25 matches

by ratman
Wed Jul 28, 2004 1:23 pm
Forum: Archive
Topic: Variable issue
Replies: 17
Views: 6773

Ok guys, back to my new script. Here is the code I have so far: ################################# ## greeting.tcl by kazoo ###### ## www.conflabit.net ###### ## david@conflabit.net ###### ################################# # For the channel greeting.. # You will need to set greeting.txt # To your gre...
by ratman
Mon Jul 26, 2004 12:49 am
Forum: Archive
Topic: Variable issue
Replies: 17
Views: 6773

Seriously... if I have time, I can rewrite this whole script in less than 10-15 lines, out of the total 200+ lines. :wink: And still it will prove to be the same efficient, as it currently is! :mrgreen: There are very good, customizable greet scripts out there! Why did you specifically choose this ...
by ratman
Mon Jul 26, 2004 12:26 am
Forum: Archive
Topic: Variable issue
Replies: 17
Views: 6773

Here is the whole big mess: ################################################# ## greeting.tcl by kazoo ## ## www.conflabit.net ## ## david@conflabit.net ## ## ## ## Modifications by Ratman ## ## http://www.homecomputersecurity.net:81 ## ## ratman6@charter.net ## #####################################...
by ratman
Sun Jul 25, 2004 11:25 pm
Forum: Archive
Topic: Variable issue
Replies: 17
Views: 6773

Paste the script (procedure) here, so we can take a closer look. :mrgreen: Here we go: proc proc:greet {nick mask hand chan} { global greetchan global greetvar global greeting global greetchan2 global greeting2 global greetchan3 global greeting3 global greetchan4 global greeting4 global greetchan5 ...
by ratman
Sun Jul 25, 2004 10:03 pm
Forum: Archive
Topic: Variable issue
Replies: 17
Views: 6773

]Kami[ wrote:It clearly say's the error :P

E.g. you have {nick uhost handle channel arg}, if you have like this, then change it to {nick uhost handle chan arg} ..Just put chan in it, or change variable....
I have {nick uhost handle chan arg} but it is still doing it :(
by ratman
Sun Jul 25, 2004 8:38 pm
Forum: Archive
Topic: Variable issue
Replies: 17
Views: 6773

Variable issue

Getting this iin a script I modified Tcl error in file 'greetbot.conf': [19:57] can't read "chan": no such variable while executing "string match -nocase "$greetchan" $chan" (file "scripts/greeting.tcl" line 1) (file "greetbot.conf" line 1) What now....
by ratman
Tue Dec 30, 2003 12:13 pm
Forum: Archive
Topic: nodesynch dosen't wanna work
Replies: 14
Views: 2959

still get kicked no matter if it's + or - :(
by ratman
Tue Dec 30, 2003 12:05 pm
Forum: Archive
Topic: nodesynch dosen't wanna work
Replies: 14
Views: 2959

peharps a stupid idea, but nodesynch isn't an inverse command? +nodesynch => the bot won't allow non-op to execute a mode change -nodesynch => the bot allow it Try to understand the way it work: if you enable the nodesynch, the bot keep the modes because non-op changements are a desynch abuse for i...
by ratman
Mon Dec 29, 2003 1:44 pm
Forum: Archive
Topic: nodesynch dosen't wanna work
Replies: 14
Views: 2959

ratman wrote:
Dedan wrote:make sure your channel settings are not
changing your Global settings.
That seemed to work, thanks :)
It didn't work, any more ideas?
by ratman
Mon Dec 29, 2003 11:36 am
Forum: Archive
Topic: nodesynch dosen't wanna work
Replies: 14
Views: 2959

Dedan wrote:make sure your channel settings are not
changing your Global settings.
That seemed to work, thanks :)
by ratman
Sun Dec 28, 2003 10:27 pm
Forum: Archive
Topic: nodesynch dosen't wanna work
Replies: 14
Views: 2959

# nodesynch # Allow non-ops to perform channel modes? This can stop the bot from # fighting with services such as ChanServ, or from kicking IRCops when # setting channel modes without having ops. maybe you need: +dontkickops # dontkickops # Do you want the bot not to be able to kick users who have ...
by ratman
Sun Dec 28, 2003 9:48 pm
Forum: Archive
Topic: nodesynch dosen't wanna work
Replies: 14
Views: 2959

# nodesynch # Allow non-ops to perform channel modes? This can stop the bot from # fighting with services such as ChanServ, or from kicking IRCops when # setting channel modes without having ops. maybe you need: +dontkickops # dontkickops # Do you want the bot not to be able to kick users who have ...
by ratman
Sun Dec 28, 2003 9:09 pm
Forum: Archive
Topic: nodesynch dosen't wanna work
Replies: 14
Views: 2959

nodesynch dosen't wanna work

I have an eggdrop and even though I have nodesynch set to + for then chan it still insists on kicking me out. Suggestions?
by ratman
Fri Oct 31, 2003 8:45 pm
Forum: Archive
Topic: Hard limit on number of channels eggdrop can join
Replies: 5
Views: 1475

Turambar wrote:100? hmm that's quite a lot though. Most ircd's I know of use a default of 10 or so...
it was 10, set it to 20...now to go do the other side of the net :)

issue closed :)
by ratman
Fri Oct 31, 2003 3:21 pm
Forum: Archive
Topic: Hard limit on number of channels eggdrop can join
Replies: 5
Views: 1475

GodOfSuicide wrote:there is no real limit for the bot, but the network maight limit the maximum number of channels
hmmm that could be it I'll check the IRCD....I think that number's like 100 though