summaryrefslogtreecommitdiff
path: root/src/core/levels.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-05-04 10:32:42 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-05-04 10:32:42 +0000
commitd3dc9a1307adc40425bf162f1f867a39e535f501 (patch)
treed3c92a8e431391d679ae5341cb4e865f00449761 /src/core/levels.h
parentbacfcb060c1b687f70db4d59797e1cbc8bfe0f62 (diff)
downloadirssi-d3dc9a1307adc40425bf162f1f867a39e535f501.zip
.. lots of changes ..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@197 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/levels.h')
-rw-r--r--src/core/levels.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/core/levels.h b/src/core/levels.h
index f3a54507..ccaf6daa 100644
--- a/src/core/levels.h
+++ b/src/core/levels.h
@@ -20,17 +20,16 @@
#define MSGLEVEL_KICKS 0x0000400
#define MSGLEVEL_MODES 0x0000800
#define MSGLEVEL_TOPICS 0x0001000
-#define MSGLEVEL_WALLS 0x0002000
-#define MSGLEVEL_WALLOPS 0x0004000
-#define MSGLEVEL_INVITES 0x0008000
-#define MSGLEVEL_NICKS 0x0010000
-#define MSGLEVEL_DCC 0x0020000
-#define MSGLEVEL_CLIENTNOTICE 0x0040000
-#define MSGLEVEL_CLIENTCRAP 0x0080000
-#define MSGLEVEL_CLIENTERROR 0x0100000
-#define MSGLEVEL_HILIGHT 0x0200000
+#define MSGLEVEL_WALLOPS 0x0002000
+#define MSGLEVEL_INVITES 0x0004000
+#define MSGLEVEL_NICKS 0x0008000
+#define MSGLEVEL_DCC 0x0010000
+#define MSGLEVEL_CLIENTNOTICE 0x0020000
+#define MSGLEVEL_CLIENTCRAP 0x0040000
+#define MSGLEVEL_CLIENTERROR 0x0080000
+#define MSGLEVEL_HILIGHT 0x0100000
-#define MSGLEVEL_ALL 0x03fffff
+#define MSGLEVEL_ALL 0x01fffff
#define MSGLEVEL_NOHILIGHT 0x1000000 /* Don't try to hilight words in this message */
#define MSGLEVEL_NO_ACT 0x2000000 /* Don't trigger channel activity */