| View previous topic :: View next topic |
| Author |
Message |
_FireStorm_ Voice
Joined: 12 Dec 2003 Posts: 10
|
Posted: Thu Oct 28, 2004 4:41 am Post subject: auto deop problem |
|
|
hello!
so lets get to problem. i'm bot master and when someone from the channel kicks me, bot automaticly gives to user who kicked me level +d ... how to prevent this ? is there somekinda of chanset or something like that ?  |
|
| Back to top |
|
 |
firepac Voice
Joined: 18 Jun 2003 Posts: 31 Location: Queensland, Australia
|
Posted: Thu Oct 28, 2004 5:53 am Post subject: |
|
|
| .chanset -revenge |
|
| Back to top |
|
 |
_FireStorm_ Voice
Joined: 12 Dec 2003 Posts: 10
|
Posted: Thu Oct 28, 2004 8:35 am Post subject: |
|
|
still deops ...  |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Thu Oct 28, 2004 12:34 pm Post subject: |
|
|
.chanset #channel -revenge
| Quote: | #
# revenge
# Remember people who deop/kick/ban the bot, valid ops, or friends
# and punish them? Users with the +f flag are exempt from revenge.
# |
_________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
NoahMPLS Voice
Joined: 02 Apr 2006 Posts: 3
|
Posted: Sun Apr 02, 2006 11:34 pm Post subject: auto deop problem |
|
|
I am having this same problem. I used my IRC nick to deop the bot so i could set a key and now the bot deops me every time i am opped in the channel. I went through the eggdrop.conf and took out all references to REVENGE and it still does this. How do i fix it? I tried -d on the usernicks but that didnt work. I am on efnet.
I also have rehashed the bot serveral times to no avail. Where is this autodeop info stored so i can delete it??
Thanks in advance
Noah
| _FireStorm_ wrote: | hello!
so lets get to problem. i'm bot master and when someone from the channel kicks me, bot automaticly gives to user who kicked me level +d ... how to prevent this ? is there somekinda of chanset or something like that ?  |
|
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Tue Apr 04, 2006 8:13 pm Post subject: |
|
|
eggdrop.conf:
| Quote: | set global-revenge-mode 0
set global-chanset {
..........
-revenge
...........
}
channel add #channel {
......
revenge-mode 0
......
}
|
For existing channels (via Command Console):
| Code: |
.chanset #channel revenge-mode 0 -revenge |
... manually remove the 'd' flag from any nick that may have it. _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
NoahMPLS Voice
Joined: 02 Apr 2006 Posts: 3
|
Posted: Tue Apr 04, 2006 10:38 pm Post subject: |
|
|
Yep i did those things, and it still wouldnt go away....I removed the "d" flags even though they didnt show up but still to no avail...Since the bot was "new" i had not customized it too much i started over from scratch and made a dvd burn of my "virgin" files so i can always go back to a clean bot.
Thanks everyone. |
|
| Back to top |
|
 |
HashPipe Voice
Joined: 06 Aug 2003 Posts: 10
|
Posted: Thu Apr 06, 2006 12:54 am Post subject: |
|
|
| .chattr "yournick" +f without the quotes |
|
| Back to top |
|
 |
|