Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Authentication is for wussies
Original comment by mer...@gmail.com
on 24 May 2011 at 9:13
[deleted comment]
[deleted comment]
Add after line 301 buttbot.pl and replace botspass with actual password. On
ircd's where the nick will changed to Unidentified254334 (some numbers), this
prevents the nick change from happening.
if($who eq "NickServ") {
$msg =~ tr/\0-\37//d; # Removes crazzzzy color codes
if(index($msg, 'type /msg NickServ IDENTIFY password') > -1) {
$self->pm_reply($who, "identify botspass");
}
return 1;
}
Original comment by christop...@gmail.com
on 5 Dec 2012 at 9:05
Original issue reported on code.google.com by
Moptop...@gmail.com
on 25 Jun 2010 at 8:23