diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-03-30 12:08:55 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-03-30 12:08:55 +0000 |
commit | 83bdd9791679fbf777b83616fc565876d79b58a5 (patch) | |
tree | 3c67da0c8bc9ca609d09b5d800b77dc0c1303242 /src/irc/irc-recv.c | |
parent | 56af0e3284abd90ed37ac908cfaa17e4c6cd33fc (diff) | |
download | weechat-83bdd9791679fbf777b83616fc565876d79b58a5.zip |
Added keyboard handler to plugin API
Diffstat (limited to 'src/irc/irc-recv.c')
-rw-r--r-- | src/irc/irc-recv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/irc/irc-recv.c b/src/irc/irc-recv.c index 2e777dd02..09dcf1b88 100644 --- a/src/irc/irc-recv.c +++ b/src/irc/irc-recv.c @@ -40,7 +40,10 @@ #include "../common/hotlist.h" #include "../common/weeconfig.h" #include "../gui/gui.h" + +#ifdef PLUGINS #include "../plugins/plugins.h" +#endif char *irc_last_command_received = NULL; |