summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-22 18:49:04 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-30 01:36:43 +0300
commitfe4f4c851d876cd8b6b9ad9d31c2e3a011ecc9b8 (patch)
treeecc8367f0b6ead19d2df25d53853c1c7dff8236c /conf
parentffde84076fa00eca84a81ff6842e9cc5d3844876 (diff)
downloadhercules-fe4f4c851d876cd8b6b9ad9d31c2e3a011ecc9b8.tar.gz
hercules-fe4f4c851d876cd8b6b9ad9d31c2e3a011ecc9b8.tar.bz2
hercules-fe4f4c851d876cd8b6b9ad9d31c2e3a011ecc9b8.tar.xz
hercules-fe4f4c851d876cd8b6b9ad9d31c2e3a011ecc9b8.zip
Add channels.conf option irc_channel_autojoin for auto joining irc channel.
Diffstat (limited to 'conf')
-rw-r--r--conf/channels.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/channels.conf b/conf/channels.conf
index 9700f626c..a3eee122d 100644
--- a/conf/channels.conf
+++ b/conf/channels.conf
@@ -60,5 +60,6 @@ chsys: (
irc_channel_nick: "Hercules_chSysBot" /* nick the bot will use */
irc_channel_nick_pw: "" /* password to this nick (if any) to identify to nick server on the irc network */
irc_channel_use_ghost: false /* whether to send a GHOST command to the nick server (requires irc_channel_nick_pw to be defined) */
+ irc_channel_autojoin: false
}
)