diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-04 01:36:07 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-04 01:36:07 +0000 |
commit | 35fab0c9ef3ec129e2a753fd6a659124d0e168ae (patch) | |
tree | ce7d3d142161f11c7d7069bf29d59dba84cde075 /src/irc/core/irc.h | |
parent | 841736a7d359dd7f9ba0238589965ea205102415 (diff) | |
download | irssi-35fab0c9ef3ec129e2a753fd6a659124d0e168ae.zip |
Lots of DCC related fixes.
Added command_bind_first() and command_bind_last() functions.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@285 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/core/irc.h')
-rw-r--r-- | src/irc/core/irc.h | 3 |
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. */ |