diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2015-04-02 08:51:14 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2015-04-02 08:51:14 +0800 |
commit | 94899de0397d74b0f06bdccdbfc67eabd2d06e38 (patch) | |
tree | 322bdaeae036291ab38d535a9c1b2e6e6e2c8366 /conf/channels.conf | |
parent | 19228956cc31c6406366a69d06a76467451def3a (diff) | |
parent | 60844f655aaa7adb735674d51bb3a83b90c8c6db (diff) | |
download | hercules-94899de0397d74b0f06bdccdbfc67eabd2d06e38.tar.gz hercules-94899de0397d74b0f06bdccdbfc67eabd2d06e38.tar.bz2 hercules-94899de0397d74b0f06bdccdbfc67eabd2d06e38.tar.xz hercules-94899de0397d74b0f06bdccdbfc67eabd2d06e38.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules into JobDBRedesign
Diffstat (limited to 'conf/channels.conf')
-rw-r--r-- | conf/channels.conf | 1 |
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 } ) |