I've been using this great b1tch bot for 2 years now.. Coded it a little bit more specifis for our game-gather channel.. Basically it collects names to topic with !add command..
and when it reaches 12 names -> it configs server + spams msg:s to those who are @topic.. Map voting etc is allowed...
I ran in to this same problem... But figured out it quite easily.. This post comes maybe too late.. But I'm still writing it here..
put $qauth=0 to "variables" sections @bitch.pl
Find sub ALARM_handler # about @ line 128
ADD that Q-Auth section after these commends
#ugh, only way i can think of. i hate fork() and such, there isn't any decent documentation
#all i wanna do is run a program and have it say "done" somehow to parent when its done.
#Q-auth
if(!$qauth){
snd("PRIVMSG Q\@CServe.quakenet.org :AUTH your-q-account-name your-q-account-password);
$qauth=1;
}
And there you go
