Page 1 of 1

more than one bots at one channel?

Posted: Sat Jul 31, 2004 9:08 pm
by Nio
hello i saw a unreal ircd server with anope services and i saw one # with more than 30 bots on channel,
how i can do that and me?

Posted: Sun Aug 01, 2004 3:03 am
by w00t
You will find that most of the bots were probably eggdrops. Either that, or they modified the source since Anope can't do that. Auspice can, (just about it's only redeeming feature) and winse will be able to do it, if and when we ever finish the api :roll:

Posted: Sun Aug 01, 2004 4:51 am
by aquanight
w00t wrote:Auspice can, (just about it's only redeeming feature) and winse will be able to do it, if and when we ever finish the api :roll:
... what's the point of having more than one BotServ bot in a channel?

As to "modified Anope" someone playing with RAW can join all the bots to a channel (and the services too :D ) though they want do anything.

Posted: Sun Aug 01, 2004 5:13 am
by Nio
do you can to tell me analysis what i must to do pls?

Posted: Sun Aug 01, 2004 11:03 pm
by w00t
aquanight wrote:
w00t wrote:Auspice can, (just about it's only redeeming feature) and winse will be able to do it, if and when we ever finish the api :roll:
... what's the point of having more than one BotServ bot in a channel?

As to "modified Anope" someone playing with RAW can join all the bots to a channel (and the services too :D ) though they want do anything.
True. You can use raw. But nio, if you don't know how to, it isnt advisable... You will need to know IRC protocol, specifically how a JOIN message is formatted. Then know that RAW sends a raw protocol message.... /msg operserv help

As to aquanight, you can /msg botname join #test
/msg botname say #test hi bot1
/msg bot1 say #test HI!!

Besides that, bots can speak through +n, (ulined)

Posted: Mon Aug 02, 2004 1:16 pm
by Nio
i need to change the raw and join the bots pls help me how i can.. :roll:

Posted: Mon Aug 02, 2004 11:04 pm
by w00t
True. You can use raw. But nio, if you don't know how to, it isnt advisable... You will need to know IRC protocol, specifically how a JOIN message is formatted. Then know that RAW sends a raw protocol message.... /msg operserv help

That's all the detail I'm going into. If you stuff things up with RAW, bad stuff can happen.