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.

Need help with a tcl

Old posts that have not been replied to for several years.
Locked
G
Gothic-Angel
Op
Posts: 109
Joined: Mon Sep 23, 2002 9:46 pm

Need help with a tcl

Post by Gothic-Angel »

I need a tcl that kicks users for having the same nick/ident. There usually flooders. Can someone direct me, not sure was to what this would even be called.
d
darko``
Op
Posts: 121
Joined: Sun Sep 08, 2002 5:33 pm
Location: Malta

Post by darko`` »

bind join - * proc:checkit

proc checkit {nick uhost handle chan} {

set user [lindex [split uhost "@"] 0]
if {[string match -exact $nick $user]} {it matches... do what you want}
}
Ignorant and lazy people will save 30 minutes by chosing simple config file. Smart ones will save 3000 minutes of *everyone's* time by opting for complete config file.
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Hi

Or you can download a clone scanner or some other protection script =)
MaSsKilla

#eggdrop
Undernet
Locked