[dmdirc commit] r5809 - trunk/modules/parser/src/com/dmdirc/parser/irc

1 view
Skip to first unread message

com...@dmdirc.com

unread,
Jan 18, 2010, 6:38:07 PM1/18/10
to dmd...@googlegroups.com
Author: git
Date: 2010-01-18 23:38:05 +0000 (Mon, 18 Jan 2010)
New Revision: 5809

Modified:
trunk/modules/parser/src/com/dmdirc/parser/irc/IRCParser.java
Log:
Update submodules: parser

Git-version: 0.6.3m2-335-gde9e474


Modified: trunk/modules/parser/src/com/dmdirc/parser/irc/IRCParser.java
===================================================================
--- trunk/modules/parser/src/com/dmdirc/parser/irc/IRCParser.java 2010-01-18 07:55:26 UTC (rev 5808)
+++ trunk/modules/parser/src/com/dmdirc/parser/irc/IRCParser.java 2010-01-18 23:38:05 UTC (rev 5809)
@@ -1504,7 +1504,7 @@
// Find any key for this channel
final String[] keybits = bit.split(" ", 2);
final String channelName = keybits[0];
- final String thisKey = (keybits.length > 1) ? keybits[0] : key;
+ final String thisKey = (keybits.length > 1) ? keybits[1] : key;

// Make sure we have a list to put stuff in.
StringBuffer list = joinMap.get(thisKey);

Reply all
Reply to author
Forward
0 new messages