diff options
author | shennetsind <ind@henn.et> | 2013-06-01 22:23:12 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-01 22:23:12 -0300 |
commit | c9d08b4d92a6fdab0e13dcff140b70e8d9f0abe9 (patch) | |
tree | fb71ec73064d0b4cb41651943c7beca0412fb68f /src/map/irc-bot.h | |
parent | 3a3d37f5950c5236aac557fbe34a5524fbcda591 (diff) | |
download | hercules-c9d08b4d92a6fdab0e13dcff140b70e8d9f0abe9.tar.gz hercules-c9d08b4d92a6fdab0e13dcff140b70e8d9f0abe9.tar.bz2 hercules-c9d08b4d92a6fdab0e13dcff140b70e8d9f0abe9.tar.xz hercules-c9d08b4d92a6fdab0e13dcff140b70e8d9f0abe9.zip |
IRC Bridge Fix/Adjustments
All Credits to Haruna~!
Thank you very much!
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/irc-bot.h')
-rw-r--r-- | src/map/irc-bot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/irc-bot.h b/src/map/irc-bot.h index f4244e024..911a15b0e 100644 --- a/src/map/irc-bot.h +++ b/src/map/irc-bot.h @@ -6,6 +6,9 @@ #ifndef _IRC_BOT_H_ #define _IRC_BOT_H_ +#define IRC_NICK_LENGTH 40 +#define IRC_IDENT_LENGTH 40 +#define IRC_HOST_LENGTH 63 #define IRC_FUNC_LENGTH 30 struct hChSysCh; |