Firstly a big "Thanx" to slennox for his excellent site, and this forum. I've just set up, and linked 2 bots and both of you have been invaluable.
Now as a newbie, I'm sure that this isn't going to be my last post (hehe) but I have one question which I'm sure there is an answer for, but can't seem to find.
As said above, I've linked 2 bots together, no problems, got them connected to Irc, no problems. One bot is a channel protection bot, the second a games bot. I have added users using the .adduser command having turned off the automatic /msg <bot> hello facility. Can I restrict them on the net to only accessing the games bot and NOT the Protect bot? Their password seems to work on both??
If you mean by restricting access to a bot by telnet/dcc one way you could do
it by adding to the bots conf file
set require-p 1 and add p to the private globals line so that it would look something like this
set private-globals "mnotp"
then remove +p users you don't want to have access to yous protect bot
the set require-p 1 is locate in the botnet section of the conf file and the set private-globals is located in the share module section of the conf file