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.

convert mirc script to tcl

Old posts that have not been replied to for several years.
Locked
User avatar
hikaro
Halfop
Posts: 68
Joined: Wed Mar 10, 2004 4:29 am

convert mirc script to tcl

Post by hikaro »

this is the script
on *:unban:#:{
if ($nick == $me) { halt }
if ($level($banmask) == blacklist) {
.mode # -k+b 15Spam.Host $banmask
}
}
this is for auto ban when someone unban host... so the bot will read the host in host.txt with the format *!*@*.*
can anyone help me?
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

.help +ban & .help stick
Have you ever read "The Manual"?
User avatar
hikaro
Halfop
Posts: 68
Joined: Wed Mar 10, 2004 4:29 am

Post by hikaro »

user: i did do that on my bot, but i am searching the tcl which can do this....
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

There is no need for a tcl script when eggdrop does it itself (again, read what user told you).
Locked