summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorRoderic Morris <roderic@ccs.neu.edu>2008-07-07 14:50:10 +0000
committerRoderic Morris <roderic@ccs.neu.edu>2008-07-07 14:50:10 +0000
commite5d4c719a52d03bfe9bfb4ea2fea0570842985bc (patch)
tree7f108008981bdfcc67e17fdab0bba61d182b587f /src/defines.h
parent833586f7e321443f86d4b857e762786a3ece440a (diff)
downloadmanaserv-e5d4c719a52d03bfe9bfb4ea2fea0570842985bc.tar.gz
manaserv-e5d4c719a52d03bfe9bfb4ea2fea0570842985bc.tar.bz2
manaserv-e5d4c719a52d03bfe9bfb4ea2fea0570842985bc.tar.xz
manaserv-e5d4c719a52d03bfe9bfb4ea2fea0570842985bc.zip
get rid of channel registering
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index e425f554..b893970a 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -218,8 +218,6 @@ enum {
PCMSG_ANNOUNCE = 0x0411, // S text
PCMSG_PRIVMSG = 0x0412, // S user, S text
// -- Channeling
- PCMSG_REGISTER_CHANNEL = 0x0420, // S name, S topic, S password
- CPMSG_REGISTER_CHANNEL_RESPONSE = 0x0421, // B error, W id, S name, S topic
CPMSG_CHANNEL_EVENT = 0x0430, // W channel, B event, S info
PCMSG_ENTER_CHANNEL = 0x0440, // S channel, S password
CPMSG_ENTER_CHANNEL_RESPONSE = 0x0441, // B error, W id, S name, S topic, S userlist