diff options
author | shennetsind <ind@henn.et> | 2013-06-01 22:23:12 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:38:14 -0400 |
commit | 0afeb2df0fb5174957795741650a3be9a228338e (patch) | |
tree | c28f0bee7ff0e05778408e34965a51a9ab9940bf /src/map/clif.h | |
parent | 9cab748f1b4e41e57336f8537c643ca40d5ad5e0 (diff) | |
download | hercules-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/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 94b29db9a..a0959f92a 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -412,7 +412,7 @@ struct { unsigned char local_color, ally_color, irc_color; bool closing; bool allow_user_channel_creation; - char irc_server[40], irc_channel[20], irc_nick[30], irc_nick_pw[30]; + char irc_server[40], irc_channel[50], irc_nick[40], irc_nick_pw[30]; unsigned short irc_server_port; } hChSys; |