diff options
Diffstat (limited to 'conf/channels.conf')
-rw-r--r-- | conf/channels.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/channels.conf b/conf/channels.conf index 9700f626c..19021a64d 100644 --- a/conf/channels.conf +++ b/conf/channels.conf @@ -6,10 +6,10 @@ //= | | | | __/ | | (__| |_| | | __/\__ \ //= \_| |_/\___|_| \___|\__,_|_|\___||___/ //= -//= http://hercules.ws/board/ +//= http://herc.ws/board/ //==================================================== //================= More Information ================= -// http://hercules.ws/board/topic/316-introducing-hercules-channel-system/ +// http://herc.ws/board/topic/316-introducing-hercules-channel-system/ //==================================================== chsys: ( { @@ -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 } ) |