summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/client.h4
-rw-r--r--include/numeric.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/include/client.h b/include/client.h
index 436f6d3..a80cb43 100644
--- a/include/client.h
+++ b/include/client.h
@@ -163,6 +163,7 @@
#define UMODE_FARCONNECT 0x00800000 /**< Can see remote client connects/exits */
#define UMODE_HIDDENHOST 0x01000000 /**< User's host is hidden */
#define UMODE_SSL 0x02000000 /**< User is connected via TLS/SSL */
+#define UMODE_WEBIRC 0x04000000 /**< User connected via a webirc gateway */
#define UMODE_ALL UMODE_SERVNOTICE
@@ -173,7 +174,8 @@
#define SEND_UMODES (UMODE_INVISIBLE | UMODE_OPER | UMODE_WALLOP |\
UMODE_REGONLY | UMODE_REGISTERED | UMODE_ADMIN |\
- UMODE_HIDDEN | UMODE_HIDDENHOST | UMODE_SSL)
+ UMODE_HIDDEN | UMODE_HIDDENHOST | UMODE_SSL |\
+ UMODE_WEBIRC)
diff --git a/include/numeric.h b/include/numeric.h
index 2a9efad..abdcd5e 100644
--- a/include/numeric.h
+++ b/include/numeric.h
@@ -138,6 +138,7 @@ extern const char *form_str(unsigned int);
#define RPL_NOTOPIC 331
#define RPL_TOPIC 332
#define RPL_TOPICWHOTIME 333
+#define RPL_WHOISTEXT 337
#define RPL_WHOISACTUALLY 338
#define RPL_INVITING 341
#define RPL_INVITELIST 346