mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 23:10:11 -05:00
typo
This commit is contained in:
parent
482a0bc7b5
commit
7936a5bec3
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user