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

by krouser
Thu May 09, 2013 1:40 am
Forum: Scripting Help
Topic: Putting a halt!
Replies: 3
Views: 3109

oops my bad i think it should be $ochan.. hehe :D ..and willyw il see if it works!
by krouser
Wed May 08, 2013 1:45 pm
Forum: Scripting Help
Topic: Putting a halt!
Replies: 3
Views: 3109

Putting a halt!

set chan1 "#foo" set chan2 "#zoo" bind pub -|- !op op bind pubm - *!op* repeat_pubm proc op {nick host hand chan text} { set ochan [lindex $text 0] set cause [lrange $text 1 end] set first_char [string index $rchan 0] set key [join [lrange [split $text] 1 end]] if { $chan == #fo...
by krouser
Wed May 08, 2013 12:47 pm
Forum: Scripting Help
Topic: Catching IPs from text file
Replies: 3
Views: 2997

thanks a lot caesar! im lookin forward to try it out.. and you are right willyw it would but I need to check exactly how this whole .txt string matching thing works.. still learning here :)
by krouser
Wed May 08, 2013 6:54 am
Forum: Scripting Help
Topic: Catching IPs from text file
Replies: 3
Views: 2997

Catching IPs from text file

Hi guys, can someone show me if it is possible to catch/match IPs that were previously saved on a .txt file and trigger a ban on that IP for a certain amount of time?

Thanks in advance! :)