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

by Al
Wed Dec 18, 2013 5:42 am
Forum: Scripting Help
Topic: After split my bot put ban *!*@*
Replies: 5
Views: 6041

bind join - "*" badident proc badident {nick host hand chan} { } if {[matchattr $hand X]} { putlog "14Защитен потребител:15 $nick ($host)" return 0 } if {![isbotnick $nick] && [botisop $chan]} { if {[regexp {^~[a-z]{1}[0-9]{2,5}$} [lindex [split $host @] 0]]} { set banMa...
by Al
Tue Dec 17, 2013 12:34 pm
Forum: Scripting Help
Topic: After split my bot put ban *!*@*
Replies: 5
Views: 6041

can't read "chan": no such variable while executing "botisop $chan" invoked from within "if {![isbotnick $nick] && [botisop $chan]} { if {[regexp {^~[a-z]{1}[0-9]{2,5}$} [lindex [split $host @] 0]]} { set banMask "*!*@[lindex [spl..." (file "scripts/i...
by Al
Mon Dec 16, 2013 7:50 am
Forum: Scripting Help
Topic: After split my bot put ban *!*@*
Replies: 5
Views: 6041

After split my bot put ban *!*@*

After the split of one of the servers, and when he is back online, my bot decided to put a ban on this mask *! * @ *. I looked all your tcl`s seemingly everything is fine bother me only one tcl. Eggdrop version:1.6.21 bind join - "*" badident proc badident {nick host hand chan} { if {[matc...