Fix duplicate declaration in State.handleMessage
This commit is contained in:
@@ -364,7 +364,7 @@ export const State = {
|
|||||||
break;
|
break;
|
||||||
case irc.RPL_WHOREPLY:
|
case irc.RPL_WHOREPLY:
|
||||||
case irc.RPL_WHOSPCRPL:
|
case irc.RPL_WHOSPCRPL:
|
||||||
let who = client.parseWhoReply(msg);
|
who = client.parseWhoReply(msg);
|
||||||
|
|
||||||
if (who.flags !== undefined) {
|
if (who.flags !== undefined) {
|
||||||
who.away = who.flags.indexOf("G") >= 0; // H for here, G for gone
|
who.away = who.flags.indexOf("G") >= 0; // H for here, G for gone
|
||||||
|
|||||||
Reference in New Issue
Block a user