Handle RPL_NOTOPIC

This commit is contained in:
Simon Ser
2020-08-03 18:59:54 +02:00
parent aaa33d7f36
commit 0157dd4cc6
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ export const RPL_YOURHOST = "002";
export const RPL_CREATED = "003";
export const RPL_MYINFO = "004";
export const RPL_ENDOFWHO = "315";
export const RPL_NOTOPIC = "331";
export const RPL_TOPIC = "332";
export const RPL_WHOREPLY = "352";
export const RPL_NAMREPLY = "353";