18.01.2009, 14:17
Quote:
|
Originally Posted by hipy
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;
}
i know bots who realy do bot 1 bot 2 bot 3 bot 1 etc but its just an idea ![]() |
I'm over this. Installation help anyone?


