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 HaLiL
Sat Jan 22, 2005 12:02 pm
Forum: Archive
Topic: on join scan away
Replies: 5
Views: 2605

i cant working this code.. bind join - "#chan" aw:test bind raw - 301 aw:verif proc aw:test {nick handle chan args} { if {[string tolower $nick] == [string tolower $::botnick]} { return 0} putserv "WHOIS $nick" } proc aw:verif {nick from mask text} { if { ([string first "www...
by HaLiL
Thu Jan 20, 2005 6:31 am
Forum: Archive
Topic: on join scan away
Replies: 5
Views: 2605

if nick come to the channel eggdrop must do /whois nick, if the nick is away and away message is www or http:// etc.. eggdrop must so ban from the channel or ban from server gline/zline/kline - on 1:join:#sohbet:whois $nick raw 301:*:{ if (www sin $3-) || (http:// isin $3-) { zline $2 spam } } - thi...
by HaLiL
Thu Jan 20, 2005 3:02 am
Forum: Archive
Topic: on join scan away
Replies: 5
Views: 2605

on join scan away

i need this tcl on join #chan , /whois nick , nick is away privmsg to nick : Hi, this is away spam control please dont reply. if nick away and away msg www or .com .net etc.. ban from #chan.. can anyone give me this tcl script?