diff options
author | Haru <haru@dotalux.com> | 2015-01-23 13:50:03 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-01-24 14:37:26 +0100 |
commit | dfe8337d9ddb1a0b356ae86de9955845d280b759 (patch) | |
tree | f13976e43362237a697216a09457c1fa0ea41fae /src/map/irc-bot.h | |
parent | 3cfc6ddac576e236ccad0497d8e2ed2ae827c2bb (diff) | |
download | hercules-dfe8337d9ddb1a0b356ae86de9955845d280b759.tar.gz hercules-dfe8337d9ddb1a0b356ae86de9955845d280b759.tar.bz2 hercules-dfe8337d9ddb1a0b356ae86de9955845d280b759.tar.xz hercules-dfe8337d9ddb1a0b356ae86de9955845d280b759.zip |
Added script command 'channelmes'
Special thanks to Dastgir
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/irc-bot.h')
-rw-r--r-- | src/map/irc-bot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/irc-bot.h b/src/map/irc-bot.h index 2eb0581df..8dcfea5bd 100644 --- a/src/map/irc-bot.h +++ b/src/map/irc-bot.h @@ -50,7 +50,7 @@ struct irc_bot_interface { int (*join_timer) (int tid, int64 tick, int id, intptr_t data); /* */ void (*send)(char *str); - void (*relay) (char *name, const char *msg); + void (*relay) (const char *name, const char *msg); /* */ void (*pong) (int fd, char *cmd, char *source, char *target, char *msg); void (*privmsg) (int fd, char *cmd, char *source, char *target, char *msg); |