From e7e2685a7dfb505e6ccabf83b44a2ea9620e1d86 Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 7 Aug 2013 02:44:16 +0200 Subject: Small IRC bridge tweaks - Added documentation for the remaining undocumented functions - Dropped unused function ircbot->join - Moved commented out debug commands to ifdef blocks; to quickly toggle them, (un)comment #define IRBCOT_DEBUG on top of irc-bot.c Signed-off-by: Haru --- src/map/irc-bot.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/irc-bot.h') diff --git a/src/map/irc-bot.h b/src/map/irc-bot.h index 0efb0245e..c0a72dd07 100644 --- a/src/map/irc-bot.h +++ b/src/map/irc-bot.h @@ -50,7 +50,6 @@ struct irc_bot_interface { void (*relay) (char *name, const char *msg); /* */ void (*pong) (int fd, char *cmd, char *source, char *target, char *msg); - void (*join) (int fd, char *cmd, char *source, char *target, char *msg); void (*privmsg) (int fd, char *cmd, char *source, char *target, char *msg); void (*userjoin) (int fd, char *cmd, char *source, char *target, char *msg); void (*userleave) (int fd, char *cmd, char *source, char *target, char *msg); -- cgit v1.2.3-70-g09d2