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.

auto deop problem

General support and discussion of Eggdrop bots.
Post Reply
_
_FireStorm_
Voice
Posts: 10
Joined: Fri Dec 12, 2003 4:01 pm

auto deop problem

Post by _FireStorm_ »

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 ? :-?
Image
f
firepac
Voice
Posts: 31
Joined: Wed Jun 18, 2003 5:41 am
Location: Queensland, Australia

Post by firepac »

.chanset -revenge
_
_FireStorm_
Voice
Posts: 10
Joined: Fri Dec 12, 2003 4:01 pm

Post by _FireStorm_ »

still deops ... :(
Image
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

.chanset #channel -revenge
#
# 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
N
NoahMPLS
Voice
Posts: 3
Joined: Sun Apr 02, 2006 11:26 pm

auto deop problem

Post by NoahMPLS »

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 ? :-?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

eggdrop.conf:
set global-revenge-mode 0

set global-chanset {
..........
-revenge
...........
}
channel add #channel {
......
revenge-mode 0
......
}
For existing channels (via Command Console):

Code: Select all

.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
N
NoahMPLS
Voice
Posts: 3
Joined: Sun Apr 02, 2006 11:26 pm

Post by NoahMPLS »

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.
H
HashPipe
Voice
Posts: 10
Joined: Wed Aug 06, 2003 12:17 pm

Post by HashPipe »

.chattr "yournick" +f without the quotes
Post Reply