aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-03-21 09:12:22 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-03-21 09:12:22 +0100
commitaefa533eb48587d9f509a8dcab358061b72c7b3b (patch)
tree269b4625750f1ae7b366085e8487906fd2096d8a /irc.h
parent1ad104ab06fe3f7db1b55cc178e92e43cbda9d95 (diff)
Added a special +b usermode for easier parseability of some things.
(For now blist and qlist, but more should come)
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.h b/irc.h
index 5c53273a..86721058 100644
--- a/irc.h
+++ b/irc.h
@@ -32,7 +32,7 @@
#define IRC_LOGIN_TIMEOUT 60
#define IRC_PING_STRING "PinglBee"
-#define UMODES "iasw"
+#define UMODES "abisw"
#define UMODES_PRIV "Ro"
#define CMODES "nt"
#define CMODE "t"