dude this is all the same plugin there is no such thing that it sucks
and @ sneaky you use tstring
maby is better to make ircsay ( randombot ( ), chan )
and then the randombot to choose between bot 1 2 and 3
little example:
Code:
stock RandomBot()
{
Rgen = random(3);
switch(Rgen)
{
case 0:RBot = EchoConnection;
case 1: RBot = EchoConnection2;
case 2:RBot = EchoConnection3;
default: RBot=EchoConnection;
}
return RBot;
}
my part isnt optimal it does bot 1, bot 1, bot 2 ,bot 2 or realy mixed
i know bots who realy do bot 1 bot 2 bot 3 bot 1 etc
but its just an idea