summaryrefslogtreecommitdiff
path: root/src/map/irc-bot.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-01 22:23:12 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:38:14 -0400
commit0afeb2df0fb5174957795741650a3be9a228338e (patch)
treec28f0bee7ff0e05778408e34965a51a9ab9940bf /src/map/irc-bot.h
parent9cab748f1b4e41e57336f8537c643ca40d5ad5e0 (diff)
downloadhercules-0afeb2df0fb5174957795741650a3be9a228338e.tar.gz
hercules-0afeb2df0fb5174957795741650a3be9a228338e.tar.bz2
hercules-0afeb2df0fb5174957795741650a3be9a228338e.tar.xz
hercules-0afeb2df0fb5174957795741650a3be9a228338e.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;