summaryrefslogtreecommitdiff
path: root/src/irc/core/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/irc.h')
-rw-r--r--src/irc/core/irc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/irc/core/irc.h b/src/irc/core/irc.h
index a971670c..13e1dfca 100644
--- a/src/irc/core/irc.h
+++ b/src/irc/core/irc.h
@@ -19,8 +19,7 @@
/* values returned by module_category() */
enum {
WI_IRC_CHANNEL,
- WI_IRC_QUERY,
- WI_IRC_DCC_CHAT
+ WI_IRC_QUERY
};
/* *MUST* have the same contents as WI_ITEM_REC in same order. */