diff options
author | Zido <Zido@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-18 21:28:35 +0000 |
---|---|---|
committer | Zido <Zido@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-18 21:28:35 +0000 |
commit | 7ce278a93a2f577d7513b59f497ebe5f4b6ebb8c (patch) | |
tree | 13d361ca18a302db16c1352404656a431ab7b60f /conf-tmpl | |
parent | 8eb561a6c0ec23aa31e46aee768e1dacee9ebe90 (diff) | |
download | hercules-7ce278a93a2f577d7513b59f497ebe5f4b6ebb8c.tar.gz hercules-7ce278a93a2f577d7513b59f497ebe5f4b6ebb8c.tar.bz2 hercules-7ce278a93a2f577d7513b59f497ebe5f4b6ebb8c.tar.xz hercules-7ce278a93a2f577d7513b59f497ebe5f4b6ebb8c.zip |
- IRC Bot can now auto-join when kicked from the channel
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6170 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 bfe0a0968..25c687720 100644 --- a/conf-tmpl/irc_athena.conf +++ b/conf-tmpl/irc_athena.conf @@ -23,6 +23,9 @@ irc_server: irc.deltaanime.net //IRC Server Port
irc_port: 6667
+//Autojoin channel when kicked (on=1,off=0)
+irc_autojoin: 0
+
//IRC Channel
irc_channel: #
|