diff options
author | Haru <haru@dotalux.com> | 2016-07-02 18:59:30 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-02 18:59:30 +0200 |
commit | 657d772c70e07afc2188c200247f73f03879884d (patch) | |
tree | 8cc574e9b772a975027839762f48d752c3334d21 /src/map/irc-bot.h | |
parent | 0b7498bd5c252094fd429b46be847dcd24066a2e (diff) | |
download | hercules-657d772c70e07afc2188c200247f73f03879884d.tar.gz hercules-657d772c70e07afc2188c200247f73f03879884d.tar.bz2 hercules-657d772c70e07afc2188c200247f73f03879884d.tar.xz hercules-657d772c70e07afc2188c200247f73f03879884d.zip |
Trivialities: indentation fixes
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/irc-bot.h')
-rw-r--r-- | src/map/irc-bot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/irc-bot.h b/src/map/irc-bot.h index f73426693..54f462e35 100644 --- a/src/map/irc-bot.h +++ b/src/map/irc-bot.h @@ -83,7 +83,7 @@ struct irc_bot_interface { * @see do_sockets */ int (*parse) (int fd); - + /** * Parse a received message from the irc server, and do the appropriate action * for the detected command @@ -135,7 +135,7 @@ struct irc_bot_interface { * @see timer_interface::do_timer */ int (*queue_timer) (int tid, int64 tick, int id, intptr_t data); - + /** * Decides if an IRC Command should be queued or not, based on the flood protection settings. * @@ -155,7 +155,7 @@ struct irc_bot_interface { * @param msg Message text */ void (*relay) (const char *name, const char *msg); - + /** * Handler for the PING IRC command (send back a PONG) * @see irc_bot_interface::parse_sub |