Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: os390 on December 20, 2006, 05:30:08 PM

Title: BotServ help
Post by: os390 on December 20, 2006, 05:30:08 PM
Unreal 3.2.5 and Anope 1.7.17

i want to define a Bot in my irc chanel, i type that :

/msg BotServ ASSIGN #Ac BitBot

and get the message :

-BotServ- Bot BitBot does not exist.

Regards in advantage., |:(
Title:
Post by: heinz on December 20, 2006, 05:32:47 PM
The FAQ tells you how to create BotServ bots. I quote:

Quote
How do I add bots to BotServ?

Read /msg BotServ HELP and /msg BotServ HELP BOT.

Note: you need to be identified as a service admin and opered before you can use the "bot" command.
Title:
Post by: os390 on December 20, 2006, 05:55:38 PM
i IDENTIFY as the founder of the given  channel

/msg ChanServ  IDENTIFY channel password

-ChanServ- You are already identified.

/msg BotServ HELP BOT

-BotServ- No help available for BOT.

|:(
Title:
Post by: heinz on December 20, 2006, 05:56:58 PM
Sounds like you don't have the core module 'bs_bot' loaded. Try /msg operserv modload bs_bot and try again.
Title:
Post by: os390 on December 20, 2006, 06:08:51 PM
/msg operserv modload bs_bot

-OperServ- Access denied.

i am the chanel owner

[Edited on 20-12-06 by os390]
Title:
Post by: n00bie on December 20, 2006, 06:16:03 PM
Make sure your are /oper'ed up before using the command.
Title:
Post by: katsklaw on December 20, 2006, 06:28:45 PM
You also need to be identified and using a nick on the Services Root access list as well as opered as noobie stated. SRA access is required to load the module, not botserv access.
Title:
Post by: BigBen on December 20, 2006, 09:19:27 PM
and if u think the bot is not added in the bot list, type /msg botserv bot add botnick  user host real  

for Ex. /msg botserv add BigTigerIRC TigerIRC TIGER.CLAW BigTigerIRC
Title:
Post by: os390 on December 21, 2006, 11:00:47 AM
I cannot execute any operserv command to test if i have the module load :  

-OperServ- Access denied.

i'am a chanel founder /mode +q and i add +o +v

regards., |:(
Title:
Post by: n00bie on December 21, 2006, 11:13:05 AM
/oper YourNick YourPassWord ?
Title:
Post by: os390 on December 21, 2006, 12:37:25 PM
to people to have the same problem than me :

i Add EXACTLY this to my unreal ircd conf:

Code:
oper YourNick {
      class clients;
      from { userhost *@*; }; <---- this is important
      password "passwd";
      flags {
            netadmin;
      };
};

Use this oper command EXACTY as it is here after rehash or restart:
Code:

/oper YourNick YourPassWord

yours comment put me in the correct direction....

one things more : i dont understand this command :

/msg BotServ BOT ADD nick user host real

nick = boot nick
user = ????
host = ????
real = ????

regards., |:(
Title:
Post by: n00bie on December 21, 2006, 01:04:46 PM
example:
/msg BotServ BOT ADD BotNick BotIdent Bot.vHost.Com Bot-Name
Title:
Post by: BigBen on December 21, 2006, 04:51:26 PM
i just posted something like that