diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-01-01 18:22:26 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-01-01 18:22:26 +0100 |
commit | 9222a7b109bf5c20ac60466cfc293dc462989bdf (patch) | |
tree | e9ddc3fb3cdc238083e1252deafb7f928b837192 /src/plugins/irc/irc-dcc.h | |
parent | cdbffe40da5f4fb23494b0464eea74ad1619a82b (diff) | |
download | weechat-9222a7b109bf5c20ac60466cfc293dc462989bdf.zip |
Added group support for nicklist, fixed some bugs in plugins API and IRC plugin
Added group support for nicklist (with subgroups).
Partial changes in IRC protocol functions (new arguments with argv and argv_eol).
Fixed some bugs:
- nicklist in plugins API
- problem in main loop with select() when SIGWINCH is received (terminal resize)
- bug in string explode function
- bug in infobar countdown.
Diffstat (limited to 'src/plugins/irc/irc-dcc.h')
-rw-r--r-- | src/plugins/irc/irc-dcc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/irc/irc-dcc.h b/src/plugins/irc/irc-dcc.h index f36bb0c51..00ebcc9cc 100644 --- a/src/plugins/irc/irc-dcc.h +++ b/src/plugins/irc/irc-dcc.h @@ -20,9 +20,6 @@ #ifndef __WEECHAT_IRC_DCC_H #define __WEECHAT_IRC_DCC_H 1 -#include "irc-server.h" -#include "irc-channel.h" - /* DCC types */ #define IRC_DCC_CHAT_RECV 0 /* receiving DCC chat */ |