From fc50b63d454f59620e0d3ef6674bd9ae54a6175f Mon Sep 17 00:00:00 2001 From: Haru Date: Thu, 22 Jan 2015 00:28:24 +0100 Subject: Moved the Hercules Channel System to its own file/interface Signed-off-by: Haru --- src/map/irc-bot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/irc-bot.h') diff --git a/src/map/irc-bot.h b/src/map/irc-bot.h index 23c2fabc8..2eb0581df 100644 --- a/src/map/irc-bot.h +++ b/src/map/irc-bot.h @@ -14,7 +14,7 @@ #define IRC_FUNC_LENGTH 30 #define IRC_MESSAGE_LENGTH 500 -struct hChSysCh; +struct channel_data; struct irc_func { char name[IRC_FUNC_LENGTH]; @@ -29,7 +29,7 @@ struct irc_bot_interface { uint32 ip; unsigned short port; /* */ - struct hChSysCh *channel; + struct channel_data *channel; /* */ struct { struct irc_func **list; -- cgit v1.2.3-60-g2f50