summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-15 17:23:49 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-15 17:23:49 +0300
commit14431f1fa770d1f25c4bba0e3905373b1d8537db (patch)
treeefa94ee5e5c217cd66caf05fe029c63aa731b697 /conf
parent4efc2ee6dcdf62f65a2f449118e687a1743d3dfa (diff)
downloadserverdata-14431f1fa770d1f25c4bba0e3905373b1d8537db.tar.gz
serverdata-14431f1fa770d1f25c4bba0e3905373b1d8537db.tar.bz2
serverdata-14431f1fa770d1f25c4bba0e3905373b1d8537db.tar.xz
serverdata-14431f1fa770d1f25c4bba0e3905373b1d8537db.zip
Rename channels.conf into channels.conf.base.
Diffstat (limited to 'conf')
-rw-r--r--conf/channels.conf.base (renamed from conf/channels.conf)4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/channels.conf b/conf/channels.conf.base
index f568e017..c7e372c1 100644
--- a/conf/channels.conf
+++ b/conf/channels.conf.base
@@ -54,12 +54,12 @@ chsys: (
ally_channel_autojoin: true /* Will members autojoin to their respective #ally chats when they log-in? */
/* "irc_channel" is a special channel connected to a specific chat room in any irc network. */
- irc_channel_enabled: true
+ irc_channel_enabled: false
irc_channel_name: "irc" /* available as #irc */
irc_channel_color: "Light_Green"
irc_channel_network: "irc.freenode.net:6667" /* network to connect to (:and port) */
irc_channel_channel: "#evolonline" /* channel in the network above to join */
- irc_channel_nick: "evolbot" /* nick the bot will use */
+ irc_channel_nick: "testbot" /* 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