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.

tcl help

Old posts that have not been replied to for several years.
Locked
k
kstyler

Post by kstyler »

is there a tcl help file?
if some or not could some1 tell me where I can go to learn alot more about tcl coding
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

k
kstyler

Post by kstyler »

Thank you very much slennox!
k
kstyler

Post by kstyler »

bind pub * "!list*" request
bind pub * "@find*" request

proc request (nick uhost hand chan rest) {
putlog "$nick $uhost $hand $chan $read"
global botnick ban-time ban
set banrequester [maskhost [getchanhost $nick $chan]]
newban $banrequester Requester $Ban 120 none
putkick $chan $nick this is not a warez channel
}
does that look correct, I can't test it till my shell is active again, but if some1 could have a quick look
thanx
Locked