summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/defines.h b/src/defines.h
index fa1eedeb..bddcb27b 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -318,7 +318,6 @@
#define MESSAGE_NONE 0
#define MESSAGE_MSG 1
-#define MESSAGE_IRC 2
/*
* OPTION: Maximum space for the message text buffer (see "io.c")
@@ -2317,7 +2316,7 @@
/* xxx */
#define PW_PLAYER 0x00000008L /* Display character */
#define PW_M_LIST 0x00000010L /* Show monster list */
-#define PW_IRC 0x00000020L /* Display irc messages */
+/* xxx */
#define PW_MESSAGE 0x00000040L /* Display messages */
#define PW_OVERHEAD 0x00000080L /* Display overhead view */
#define PW_MONSTER 0x00000100L /* Display monster recall */
@@ -4671,9 +4670,6 @@ extern int PlayerUID;
* end may have a system-specific encoding
*/
#define CMD_CLI_HELP -8192
-#define CMD_IRC_CONNECT -8191
-#define CMD_IRC_CHAT -8190
-#define CMD_IRC_DISCON -8189
#define CMD_SHOW_TIME -8188
#define CMD_SHOW_SKILL -8187
#define CMD_DUMP_HTML -8186