This commit is contained in:
Sebastian Kaspari 2010-04-17 22:48:49 +02:00
parent 482a0bc7b5
commit 7936a5bec3
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,7 @@ public abstract class PircBot implements ReplyConstants {
target = token;
// XXX: PircBot Patch - (Needed for BIP IRC Proxy)
// If this is a JOIN command, use next token as target
// If this is a NICK command, use next token as target
if (command.equalsIgnoreCase("nick")) {
target = tokenizer.nextToken();
}