Page 1 of 1

no bots in botserv-list

Posted: Tue Aug 01, 2006 6:03 pm
by Dribbel
Hello,

All the services on my ircd are working.. botserv is working to. But when i try to look at the list of bots i get this:

-BotServ- There are no bots available at this time.

I know you can add a bot to the list, but i can find how to add a bot...
Does someone know the command to add a bot?

Thnx,

Dribbel

Posted: Tue Aug 01, 2006 6:17 pm
by Alex
Hello,

Type the following in your mirc:

Code: Select all

/bs BOT ADD Nick ident host RealName (of the bot)
Here is an example:

Code: Select all

/bs BOT ADD Test test irc.something.net Test
Then your bot should be added to your botlist.

Posted: Tue Aug 01, 2006 8:24 pm
by Jobe
Also after you have added a bot you can set it so that bot cannot be assigned to a channel by anyone who is not an IRC oper byt using:
/msg BotServ SET [botnick] PRIVATE ON
For example for a bot called ChanBot you would put:
/msg BotServ SET ChanBot PRIVATE ON

Posted: Wed Aug 02, 2006 8:46 pm
by Dribbel
THnx! its working

Only now i have got another problem.
A few seconds after assign the bot to the channel, i get this:

*** Notice -- Max SendQ limit exceeded for services.xx.xx[127.0.0.1]: 1000020 > 1000000

*** Global -- Closing link: Max SendQ exceeded - services.xx.xx[127.0.0.1]

Posted: Wed Aug 02, 2006 9:27 pm
by Jobe
Which IRCd are you using?

Posted: Thu Aug 03, 2006 9:24 am
by White_Magic
edit the maxsendq for servers to be higher in the config file :)

Posted: Thu Aug 03, 2006 3:09 pm
by Jobe
I was going to suggest since its getting over the maxsendq that perhaps the services server isnt ulined properly and getting into a continuous loop with one of the IRCd's

Posted: Thu Aug 03, 2006 4:59 pm
by Dribbel
im using unreal 3.2.4

and after the Closing link, services are gone but connect again..
at least they try every 30 seconds or something

*** Notice -- Connection to services.xx.xx[127.0.0.1] activated.

Posted: Thu Aug 03, 2006 5:48 pm
by Jobe
That would be because you have set the autoconnect option in the link block for your services. Since most services do not allow connecting to them this option is pointless in a link block for services and most would say to remove it.

Could you also check to make sure you have included the name of your services server (as specified in the link block) is included in your ulines block.