]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/irc/numerics.js
Add 'cannot send to chan' numeric and refactor.
[irc/quakenet/qwebirc.git] / js / irc / numerics.js
index a900d773ece76b8fc8792a11ab8f27d9f57b50a3..0f4170d4da566fc2820b6222aef76952a35030cd 100644 (file)
@@ -18,5 +18,6 @@ qwebirc.irc.Numerics = {
   "338": "RPL_WHOISACTUALLY",
   "343": "RPL_WHOISOPERNAME",
   "301": "RPL_AWAY",
-  "401": "ERR_NOSUCHNICK"
+  "401": "ERR_NOSUCHNICK",
+  "404": "ERR_CANNOTSENDTOCHAN"
 };