aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/quarg/quassel/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'quarg/quassel/types.py')
-rw-r--r--quarg/quassel/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/quarg/quassel/types.py b/quarg/quassel/types.py
index 9648287..0ba5a11 100644
--- a/quarg/quassel/types.py
+++ b/quarg/quassel/types.py
@@ -37,7 +37,7 @@ class MessageType(Enum):
KICK = 0x100
KILL = 0x200
SERVER = 0x400
- INFO = 0x800
+ # INFO = 0x800
ERROR = 0x1000
# DAYCHANGE = 0x2000
TOPIC = 0x4000