diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-13 17:02:03 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-13 17:02:03 +0000 |
commit | 7c88cfdb659578ce7d79c6a2bda33d2907d6e246 (patch) | |
tree | ebc509736121e531efed03340183c84212375a07 /conf-tmpl | |
parent | 2f97445eb2d2a7e46e1cfd54285cddde0fbc10b2 (diff) | |
download | hercules-7c88cfdb659578ce7d79c6a2bda33d2907d6e246.tar.gz hercules-7c88cfdb659578ce7d79c6a2bda33d2907d6e246.tar.bz2 hercules-7c88cfdb659578ce7d79c6a2bda33d2907d6e246.tar.xz hercules-7c88cfdb659578ce7d79c6a2bda33d2907d6e246.zip |
- Added irc_channel_pass setting and prevent crashing when irc server lookup by host fails. Thanks to Trancid for the details.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7133 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/irc_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/irc_athena.conf b/conf-tmpl/irc_athena.conf index 25c687720..2929966d9 100644 --- a/conf-tmpl/irc_athena.conf +++ b/conf-tmpl/irc_athena.conf @@ -29,6 +29,9 @@ irc_autojoin: 0 //IRC Channel
irc_channel: #
+//IRC Channel password (set if required)
+//irc_channel_pass:
+
//IRC Trade Channel
irc_trade_channel: #
|