summaryrefslogtreecommitdiff
path: root/src/net/protocol.h
diff options
context:
space:
mode:
authorRoderic Morris <roderic@ccs.neu.edu>2008-07-07 16:59:55 +0000
committerRoderic Morris <roderic@ccs.neu.edu>2008-07-07 16:59:55 +0000
commite91747e5025d5e37b2b856e30d6fb5da6968364c (patch)
treef80189890a67d1dca30b82c3c774d185cc3572fa /src/net/protocol.h
parent9bf9b2c706290b61af0f66f11ff1b3cd37d72904 (diff)
downloadmana-client-e91747e5025d5e37b2b856e30d6fb5da6968364c.tar.gz
mana-client-e91747e5025d5e37b2b856e30d6fb5da6968364c.tar.bz2
mana-client-e91747e5025d5e37b2b856e30d6fb5da6968364c.tar.xz
mana-client-e91747e5025d5e37b2b856e30d6fb5da6968364c.zip
get rid of channel registering related code
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r--src/net/protocol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h
index 76a8ffab..89713591 100644
--- a/src/net/protocol.h
+++ b/src/net/protocol.h
@@ -163,8 +163,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