diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2004-02-29 16:31:26 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2004-02-29 16:31:26 +0000 |
commit | 81da0f41d7053f0358784b560b302b86e464b290 (patch) | |
tree | 0a90a9580eb50493e81211729bc8fca5ccf66673 /src/irc/Makefile.am | |
parent | 070e1b6ec73d1cc1ef6dd56d445e2c6995dce9ae (diff) | |
download | weechat-81da0f41d7053f0358784b560b302b86e464b290.zip |
Added modes channel (and /mode command is now ok), dcc skeleton, fixed display bug for nicklist
Diffstat (limited to 'src/irc/Makefile.am')
-rw-r--r-- | src/irc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/Makefile.am b/src/irc/Makefile.am index 8bdc84cd8..5a0d5a5a7 100644 --- a/src/irc/Makefile.am +++ b/src/irc/Makefile.am @@ -26,4 +26,5 @@ lib_weechat_irc_a_SOURCES = irc.h \ irc-server.c \ irc-channel.c \ irc-nick.c \ + irc-dcc.c \ irc-display.c |