mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
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
This commit is contained in:
parent
841736a7d3
commit
35fab0c9ef
13 changed files with 1191 additions and 1165 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue