My bot is having problem it network services, when the services bot joins the chan and ops itself, my bot reverses that and then it starts looping, services bot keeps opping itself itself and my bot keeps de-opping it. My bot can't kick the services bot since it has usermode +q which means it cannot be kicked from chan.
how can i prevent this? i would like to keep my bot opped so it protect the chan.
# nodesynch
# Allow non-ops to perform channel modes? This can stop the bot from
# fighting with services such as ChanServ, or from kicking IRCops when
# setting channel modes without having ops.
just .chanset #yourchannel +nodesynch
Once the game is over, the king and the pawn go back in the same box.
# nodesynch
# Allow non-ops to perform channel modes? This can stop the bot from
# fighting with services such as ChanServ, or from kicking IRCops when
# setting channel modes without having ops.
just .chanset #yourchannel +nodesynch
i will try that, did set it before but now i checked and noticed they weren't set. according to one other post it's caused coz i edited the .conf file and .chan files existed. it's set now and i'm looking if it works now...
If you got that channel in the .conf file then change there also and do a .rehash Also, to save the channels settings do a .chansave He will read from the .conf file the informations about the channels if you .reset them and when starting it with -m mode when creating the userlist file for the first time.
Once the game is over, the king and the pawn go back in the same box.