mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Ignore RPL_CHANNEL_URL
This commit is contained in:
parent
89647472ae
commit
7138e43710
2 changed files with 2 additions and 0 deletions
|
@ -865,6 +865,7 @@ export default class App extends Component {
|
|||
case irc.RPL_MONONLINE:
|
||||
case irc.RPL_MONOFFLINE:
|
||||
case irc.RPL_SASLSUCCESS:
|
||||
case irc.RPL_CHANNEL_URL:
|
||||
case "AWAY":
|
||||
case "SETNAME":
|
||||
case "CHGHOST":
|
||||
|
|
|
@ -52,6 +52,7 @@ export const ERR_BADCHANNELKEY = "475";
|
|||
// RFC 2812
|
||||
export const ERR_UNAVAILRESOURCE = "437";
|
||||
// Other
|
||||
export const RPL_CHANNEL_URL = "328";
|
||||
export const RPL_CREATIONTIME = "329";
|
||||
export const RPL_QUIETLIST = "728";
|
||||
export const RPL_ENDOFQUIETLIST = "729";
|
||||
|
|
Loading…
Reference in a new issue