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

by SaW
Wed Jun 27, 2007 8:20 am
Forum: Scripting Help
Topic: "set" problem..
Replies: 2
Views: 2421

thanks nml375.
by SaW
Tue Jun 26, 2007 3:42 pm
Forum: Scripting Help
Topic: "set" problem..
Replies: 2
Views: 2421

"set" problem..

bind raw * notice tsnotice proc tsnotice {from keyword arg} { if {[string match "*Client connecting on port*" $arg]} { if {[info exists gr]} { set gr [lindex $arg 9] utimer 10 [list set gr [lrange $gr 1 end]] return 0 } if {[llength $gr] > "1"} { append gr " [lindex $arg 9]...
by SaW
Wed Jan 24, 2007 1:25 pm
Forum: Script Requests
Topic: Repeat protection on private.
Replies: 4
Views: 3620

bind msgm - * repeat:spam proc repeat:spam {nick uhost hand arg} { global spamRepeat set SpamMsg $arg if {![info exists spamRepeat([set m [md5 [string tolower $arg]]])]} { set spamRepeat($m) 0 } if {[incr spamRepeat($m)] >= 3 && [lsearch -exact $SpamMsg [string tolower $arg]] == -1} { lappe...
by SaW
Wed Jan 24, 2007 11:14 am
Forum: Script Requests
Topic: Repeat protection on private.
Replies: 4
Views: 3620

Sir_Fz

[17:08] (LlranGe): [10:08] Tcl error [repeat:spam]: can't read "spamFilter": no such variable

it was not work.

And i mean with adding to spamfilter; e.x= /spamfilter add cpnNa gzline - Advertising spam mesaj
by SaW
Tue Jan 23, 2007 5:42 pm
Forum: Script Requests
Topic: Repeat protection on private.
Replies: 4
Views: 3620

Repeat protection on private.

if the same message delivers to bot's private in 20 seconds three times, i want bot to add the message to spamfilter. This is similar with repeat protection on channel, but the differnce between them is it doesnt matter the message sender dont have to be same nick. i worked hard but i was not able t...
by SaW
Mon Jan 22, 2007 8:14 pm
Forum: Scripting Help
Topic: Problem with "LIST" then channel remove..
Replies: 5
Views: 3758

Thanks Sir_Fz it is ok.
by SaW
Mon Jan 22, 2007 4:06 am
Forum: Scripting Help
Topic: Problem with "LIST" then channel remove..
Replies: 5
Views: 3758

set globalkanallar { "#uluchat" "#master" "#help" "#lobi" "#sihirli" } bind raw - "322" kanal_listele set listzaman 1 set usersayisi 8 if {![string match "*kanal_listesi*" [timers]]} { timer $listzaman kanal_listesi } proc kanal_...
by SaW
Mon Jan 22, 2007 1:05 am
Forum: Scripting Help
Topic: Problem with "LIST" then channel remove..
Replies: 5
Views: 3758

Problem with "LIST" then channel remove..

set globalkanallar { "#uluchat" "#master" "#help" "#lobi" "#sihirli" } bind raw - "322" kanal_listele set listzaman 1 set usersayisi 8 if {![string match "*kanal_listesi*" [timers]]} { timer $listzaman kanal_listesi } proc kanal_...