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.
Old posts that have not been replied to for several years.
-
hikaro
- Halfop
- Posts: 68
- Joined: Wed Mar 10, 2004 4:29 am
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
-
- 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"?
-
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....
-
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).