summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-22 19:40:27 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-22 19:40:27 +0300
commit4b133d710be56cc0180d40b66d29e8d60bfc1bf4 (patch)
tree686e7332c36fc29f6ac4551c597be0729bedd0ed /conf
parentc8cd08a3a13811f0758a2f6110a6279128832f1f (diff)
downloadserverdata-4b133d710be56cc0180d40b66d29e8d60bfc1bf4.tar.gz
serverdata-4b133d710be56cc0180d40b66d29e8d60bfc1bf4.tar.bz2
serverdata-4b133d710be56cc0180d40b66d29e8d60bfc1bf4.tar.xz
serverdata-4b133d710be56cc0180d40b66d29e8d60bfc1bf4.zip
Allow auto join 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 4ae685f4d..396f14798 100644
--- a/conf/channels.conf
+++ b/conf/channels.conf
@@ -62,5 +62,6 @@ chsys: (
irc_channel_nick: "evolbot" /* 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: true
}
)