Skip to content

Commit

Permalink
client: added bunch of notices. tmijs#28
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmoopiie committed Aug 1, 2015
1 parent 0834bd4 commit f056491
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,18 +243,35 @@ client.prototype.handleMessage = function handleMessage(message) {
break;

// Send the following msg-ids to the notice event listener..
case "already_subs_off":
case "bad_commercial_error":
case "bad_unban_no_ban":
case "ban_success":
case "color_changed":
case "commercial_success":
case "msg_banned":
case "msg_duplicate":
case "msg_subsonly":
case "no_permission":
case "timeout_success":
case "unban_success":
case "unrecognized_cmd":
case "usage_ban":
case "usage_clear":
case "usage_color":
case "usage_commercial":
case "usage_host":
case "usage_mod":
case "usage_r9k_on":
case "usage_r9k_off":
case "usage_slow_on":
case "usage_slow_off":
case "usage_subs_on":
case "usage_subs_off":
case "usage_timeout":
case "usage_unban":
case "usage_unhost":
case "usage_unmod":
case "whisper_invalid_self":
case "whisper_limit_per_min":
case "whisper_limit_per_sec":
Expand Down

0 comments on commit f056491

Please sign in to comment.