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.

Why does my bot keep unbanning everyone ?

General support and discussion of Eggdrop bots.
Post Reply
c
chaokusc
Voice
Posts: 18
Joined: Tue Apr 25, 2006 5:57 am

Why does my bot keep unbanning everyone ?

Post by chaokusc »

I setup my bot and make it join my channel, i "/msg mybot hello" and "/msg mybot pass mypass" and then i op my bot, but every time i op my bot it unbans my whole channel, i dont want my bot to kick/ban ever, is there a way i can stop this?

Thanks for any help anyone can give
D
DaRkOoO
Halfop
Posts: 67
Joined: Sat Sep 27, 2008 7:27 am

Post by DaRkOoO »

type in dcc/party line : .chanset $chan ban-time 0
c
chaokusc
Voice
Posts: 18
Joined: Tue Apr 25, 2006 5:57 am

Post by chaokusc »

I added this to the conf file, thank you, i dont appear to have a dcc/party all i have is dcc/chat is there any other way for me to dcc/party to the bot? perhaps adding something in my mirc scripts?
r
raider2k
Op
Posts: 140
Joined: Tue Jan 01, 2008 10:42 am

Post by raider2k »

two ways:

way 1:

as already mentioned, go to your bots partyline by
telnet ip bots-telnet-port
and then execute
.chanset $chan ban-time 0

way 2:

make your bot die so it wont be loaded anymore,
delete your-bot-name.chan file (be aware that dynamic channel settings might get lost then),
look for the line
set global-ban-time
in your your-botname.conf and edit it to the value 0
and start up your bot again

by the way:
dcc/party is called the partyline and is the same when telnetting your bot or when you dcc chat it.
c
chaokusc
Voice
Posts: 18
Joined: Tue Apr 25, 2006 5:57 am

Post by chaokusc »

I have tried all off the above and my bot keeps unbanning people.
<FoX> .chanset #FoX ban-time 0
<Demon> Successfully set modes { ban-time { 0 } } on #FoX.
<Demon> [13:56] #FoX# chanset #FoX ban-time { 0 }
<Demon> [13:57] No longer ignoring *!*@irc.gtanet.com (expired)
C
CtrlAltDel
Halfop
Posts: 49
Joined: Wed Jun 02, 2004 7:58 am

Post by CtrlAltDel »

<Demon> [13:57] No longer ignoring *!*@irc.gtanet.com (expired)
That's not removing a ban, it's removing an ignore. They're not the same.

To maintain permanent ignores, either set set ignore-time 15 in the config file to set ignore-time 0 or to add one yourself, (in the partyline) .+ignore address (ex. *!*@*.google.com) perm comment (you use the word perm instead of a time)

see .help +ignore in the partyline
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

chaokusc wrote:I added this to the conf file, thank you, i dont appear to have a dcc/party all i have is dcc/chat is there any other way for me to dcc/party to the bot? perhaps adding something in my mirc scripts?
dcc chat with a bot is called the party line, you're not missing anything. How about your channel settings ( like .chaninfo $chan ), specifically +/- dynamic bans...?
Post Reply