| View previous topic :: View next topic |
| Author |
Message |
Arnold_X-P Master

Joined: 30 Oct 2006 Posts: 221 Location: DALnet - Trinidad - Beni - Bolivia
|
Posted: Sun Dec 11, 2016 12:56 pm Post subject: anti ban or nobans |
|
|
good morning
someone please who spends the anti ban tcl to me
that the bot takes the ban from himself to ip or ident
and that takes also the bans from the friends +f _________________
thanks to that they help, that others learn  |
|
| Back to top |
|
 |
Arnold_X-P Master

Joined: 30 Oct 2006 Posts: 221 Location: DALnet - Trinidad - Beni - Bolivia
|
Posted: Sat Dec 17, 2016 10:23 pm Post subject: Re: anti ban or nobans |
|
|
this me worked very well
| Code: | bind mode - "*+b*" bansnobot
proc bansnobot {nick uhost hand chan mode ban } {
global botnick botname
if {[string match "$ban" "$botname"]} {
putquick "mode $chan -o $nick"
putquick "mode $chan -b $ban"
putserv "mode $chan +eI $botnick $botnick" -next
putserv "PRIVMSG $chan :calm down please, stop."
return 0
}
} |
_________________
thanks to that they help, that others learn  |
|
| Back to top |
|
 |
grumpy Voice

Joined: 10 Jan 2014 Posts: 9 Location: Europe/London
|
Posted: Sun Mar 05, 2017 8:36 am Post subject: |
|
|
Please read the eggdrop documents
The channels module will probably help with this issue;
see settings/mod.channels |
|
| Back to top |
|
 |
|