mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-28 18:45:51 -05:00
Remove unnecessary break statements
This commit is contained in:
parent
6693cc0c78
commit
b89fd604d0
1 changed files with 0 additions and 2 deletions
2
state.js
2
state.js
|
@ -452,7 +452,6 @@ export const State = {
|
|||
});
|
||||
return { members };
|
||||
});
|
||||
break;
|
||||
case irc.RPL_ENDOFWHO:
|
||||
target = msg.params[1];
|
||||
if (msg.list.length == 0 && !client.isChannel(target) && target.indexOf("*") < 0) {
|
||||
|
@ -483,7 +482,6 @@ export const State = {
|
|||
return { users };
|
||||
});
|
||||
}
|
||||
break;
|
||||
case "JOIN":
|
||||
channel = msg.params[0];
|
||||
|
||||
|
|
Loading…
Reference in a new issue