diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-06 01:20:01 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-06 01:20:01 +0100 |
commit | 674a01d4640fd869d54e1b9f1474986fda2994de (patch) | |
tree | a4100503ffdadd0b22abafb020f4bf4ffa261a9e /irc_commands.c | |
parent | d6657ce1d4fa016bfa0e013f29351229e2cc23d1 (diff) |
Move whatsnew stuff into help.txt. Stop putting too much string content
into the executable.
Diffstat (limited to 'irc_commands.c')
-rw-r--r-- | irc_commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc_commands.c b/irc_commands.c index 7874f519..ce276051 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -25,6 +25,7 @@ #define BITLBEE_CORE #include "bitlbee.h" +#include "help.h" #include "ipc.h" static void irc_cmd_pass( irc_t *irc, char **cmd ) |