Add /quiet and /unquiet
This commit is contained in:
parent
5507b3253b
commit
4249da4ba8
3 changed files with 26 additions and 0 deletions
|
@ -726,6 +726,8 @@ export default class App extends Component {
|
|||
case irc.RPL_ENDOFEXCEPTLIST:
|
||||
case irc.RPL_BANLIST:
|
||||
case irc.RPL_ENDOFBANLIST:
|
||||
case irc.RPL_QUIETLIST:
|
||||
case irc.RPL_ENDOFQUIETLIST:
|
||||
channel = msg.params[1];
|
||||
this.addMessage(serverID, channel, msg);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue