1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-02-16 23:10:11 -05:00
This commit is contained in:
Sebastian Kaspari 2010-04-17 22:48:49 +02:00
parent 482a0bc7b5
commit 7936a5bec3

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();
}