Add support for /ban without argument
This commit is contained in:
parent
5004f6c89c
commit
a4294975a2
3 changed files with 50 additions and 30 deletions
|
@ -898,6 +898,11 @@ export default class App extends Component {
|
|||
}
|
||||
});
|
||||
break;
|
||||
case irc.RPL_BANLIST:
|
||||
case irc.RPL_ENDOFBANLIST:
|
||||
var channel = msg.params[1];
|
||||
this.addMessage(netID, channel, msg);
|
||||
break;
|
||||
case "CAP":
|
||||
case "AUTHENTICATE":
|
||||
case "PING":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue