| View previous topic :: View next topic |
| Author |
Message |
eggi Voice
Joined: 15 Sep 2005 Posts: 11
|
Posted: Sat Jun 20, 2009 8:48 am Post subject: bot unban |
|
|
-ChanServ:#bangladesh- abcd has opped nick1
* ChanServ sets mode: +o nick1
* bot1 sets mode: +b *!*@dal.net
now how can bot2 remove +b *!*@dal.net automatically ?
is thr any script ? |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Sun Jun 21, 2009 4:25 am Post subject: |
|
|
Adding *!*@dal.net as +f on your bot should protect it from being banned. _________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
| Back to top |
|
 |
eggi Voice
Joined: 15 Sep 2005 Posts: 11
|
Posted: Mon Jun 22, 2009 8:45 am Post subject: |
|
|
| how can & where i add it ? |
|
| Back to top |
|
 |
DaRkOoO Halfop
Joined: 27 Sep 2008 Posts: 67
|
Posted: Mon Jun 22, 2009 12:38 pm Post subject: |
|
|
.+user nick
.chattr nick +f
in partyline,ofc.. |
|
| Back to top |
|
 |
eggi Voice
Joined: 15 Sep 2005 Posts: 11
|
Posted: Wed Jun 24, 2009 12:24 pm Post subject: |
|
|
| but how can i add a host *!*@dal.net as +f ? |
|
| Back to top |
|
 |
username Op

Joined: 06 Oct 2005 Posts: 196 Location: Russian Federation, Podolsk
|
Posted: Wed Jun 24, 2009 2:28 pm Post subject: |
|
|
| eggi wrote: | | but how can i add a host *!*@dal.net as +f ? |
In partyline write:
.+user dalnet *!*@dal.net
.chattr dalnet +f global
Read .help +user and .help chattr _________________ Архив TCL скриптов для ботов Eggdrop/Windrop:
http://egghelp.ru/ |
|
| Back to top |
|
 |
testebr Halfop
Joined: 01 Dec 2005 Posts: 86
|
Posted: Wed Jun 24, 2009 6:54 pm Post subject: |
|
|
Hi,
I'm owner of my bot, I tried set +f to myself (.chattr nick +f), but after other op set +b for me, the bot don't unban me.
How to fix it? I just want auto unban my nick if someone set +b.
Thanks |
|
| Back to top |
|
 |
TCL_no_TK Owner

Joined: 25 Aug 2006 Posts: 509 Location: England, Yorkshire
|
Posted: Thu Jun 25, 2009 12:35 pm Post subject: |
|
|
I belive it would do you some good to learn to read at least one document about eggdrop! You can access all the information about this on the DCC/telnet (party line) with eggdrop by using the command .help
I.M.O These types of posts take alot of time of time from people that give up there own time to help people with real problems, that have at least made an effort to read the documents or learned about what eggdrop is about. If you dont know this type of simple eggdrop command, you may want to rethink using eggdrop and try actionman or barbie.
not to flame/moan or anything  _________________ TCL the misunderstood |
|
| Back to top |
|
 |
|