Ignore RPL_CHANNEL_URL

This commit is contained in:
Simon Ser 2022-08-22 10:35:50 +02:00
parent 89647472ae
commit 7138e43710
2 changed files with 2 additions and 0 deletions

View file

@ -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":

View file

@ -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";