summaryrefslogtreecommitdiff
path: root/src/map/irc-bot.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2013-08-07 02:44:16 +0200
committerHaru <haru@dotalux.com>2013-08-12 17:14:51 +0200
commite7e2685a7dfb505e6ccabf83b44a2ea9620e1d86 (patch)
tree8d57a536e16a1c1b4926bc4f36a86264ed454d18 /src/map/irc-bot.h
parent7d4886e06f7755958a49b24e8269356cae8296fe (diff)
downloadhercules-e7e2685a7dfb505e6ccabf83b44a2ea9620e1d86.tar.gz
hercules-e7e2685a7dfb505e6ccabf83b44a2ea9620e1d86.tar.bz2
hercules-e7e2685a7dfb505e6ccabf83b44a2ea9620e1d86.tar.xz
hercules-e7e2685a7dfb505e6ccabf83b44a2ea9620e1d86.zip
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 <haru@dotalux.com>
Diffstat (limited to 'src/map/irc-bot.h')
-rw-r--r--src/map/irc-bot.h1
1 files changed, 0 insertions, 1 deletions
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);