mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Don't add RPL_YOURHOST to server buffer
This commit is contained in:
parent
e7054eab13
commit
3d09c43a91
1 changed files with 1 additions and 0 deletions
|
@ -822,6 +822,7 @@ export default class App extends Component {
|
|||
channel = msg.params[2];
|
||||
this.addMessage(serverID, channel, msg);
|
||||
break;
|
||||
case irc.RPL_YOURHOST:
|
||||
case irc.RPL_MYINFO:
|
||||
case irc.RPL_ISUPPORT:
|
||||
case irc.RPL_NOTOPIC:
|
||||
|
|
Loading…
Reference in a new issue