Hi there, I'm just proud to announce that eggdrop.fr is gonna be 20yo on july, 25th. Initialy, the forum was a copy of slennox's forum, as a subdirectory of one of my sites (apr 2004 - july 2006) and then i decided to buy eggdrop.fr and migrate the forum to this domain. Now, eggdrop.fr a forum (http...
Eggdrop script must not (in 99% of cases) be ircd dependant. IRC is a protocol, eggdrop is an IRC client, nothing else. If you go to any IRC network, you don't mind about the ircd running, you just mind about connecting and chat. Eggdrop does the same, the only little differences between networks mu...
Ok, the trouble is that $args has a count of 1 event if there is no arg (contains {}) So the first check must be: if {[string trim [join $args]] eq ""} { putserv "PRIVMSG $chan :\002The right thing\002 is \002!slap nick\002 example \002!slap sedition\002" return } When the argume...
I've corrected the last putserv (based on yours, so I didn't removed a $target which wasn't needed). For others troubles... did you restart your eggdrop ? And please, if you have errors, just write: <nicolassss> .slap <@Kantuta > is not in #curmmer <nicolassss> .slap <@Kantuta > The right thing is !...
Ok, so the trouble is that you don't check if $reason is set or not. Here is a modified version of your script: set xphrases { "\001ACTION full of slaps to <nicks> :-)" "\001ACTION slaping :< and spitting in the face of <nicks> slapppppppppppp\001" } bind pub - !slap slapsnick bi...
I simply said that when the error occures, you MUST type .set errorInfo in party-line to have a detailled report about the error, and probably the exact line where the error is. And I gave you an untested solution : Replace putserv "PRIVMSG operserv : kickradyo $kickradyo:msg" With: putser...