diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-12-30 19:05:00 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-12-30 19:05:00 +0100 |
commit | 2b9f083cb18e77495c152cb4a2a3096f907f6c6e (patch) | |
tree | 8e46bdfde429480140698555e473fe1ef9a9fd7e /include | |
parent | 0c061aff64625799160dadfb09ade008a38eb6c5 (diff) |
cmd_mode Switch to a numeric for showing modes of other users
Diffstat (limited to 'include')
-rw-r--r-- | include/numerics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/numerics.h b/include/numerics.h index 606e23819..0d5537278 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -195,6 +195,9 @@ enum ERR_CHANOPEN = 713, ERR_KNOCKONCHAN = 714, + RPL_OTHERUMODEIS = 803, // insp-specific + RPL_OTHERSNOMASKIS = 804, // insp-specific + ERR_WORDFILTERED = 936, // insp-specific, would be nice if we could get rid of this.. ERR_CANTUNLOADMODULE = 972, // insp-specific RPL_UNLOADEDMODULE = 973, // insp-specific |