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?
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?
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.
<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)
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...?