Add RPL_WELCOME to server buffer
This commit is contained in:
parent
483f0c65b1
commit
85e73d0ee8
2 changed files with 4 additions and 1 deletions
|
@ -693,7 +693,6 @@ export default class App extends Component {
|
|||
case irc.RPL_INVITING:
|
||||
channel = msg.params[2];
|
||||
return [channel];
|
||||
case irc.RPL_WELCOME:
|
||||
case irc.RPL_YOURHOST:
|
||||
case irc.RPL_MYINFO:
|
||||
case irc.RPL_ISUPPORT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue