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.

bot and services

Old posts that have not been replied to for several years.
Locked
[
[FIN]Hemmo

bot and services

Post by [FIN]Hemmo »

Hi

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.
User avatar
BarkerJr
Op
Posts: 104
Joined: Sun Mar 30, 2003 1:25 am
Contact:

Post by BarkerJr »

Add the services bot to your bot's userlist as a friend.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

# 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.
[
[FIN]Hemmo

Post by [FIN]Hemmo »

caesar wrote:
# 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...
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

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.
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

.+user service *!*@service.irc.network
.chattr service +fo

what's the trouble? can't find the simplest way?
Locked