summaryrefslogtreecommitdiff
path: root/src/map/irc-bot.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-01 22:23:12 -0300
committershennetsind <ind@henn.et>2013-06-01 22:23:12 -0300
commitc9d08b4d92a6fdab0e13dcff140b70e8d9f0abe9 (patch)
treefb71ec73064d0b4cb41651943c7beca0412fb68f /src/map/irc-bot.h
parent3a3d37f5950c5236aac557fbe34a5524fbcda591 (diff)
downloadhercules-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.h3
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;