summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-21 18:54:40 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-21 18:54:40 +0300
commit564243d2aa3d0345c18e7689820373084e3ed6cb (patch)
tree839db776e1a487fce706a9dcc6683bc542df73fb /conf
parentb713b5c327ad0242fa9661e982557c9daa293767 (diff)
downloadserverdata-564243d2aa3d0345c18e7689820373084e3ed6cb.tar.gz
serverdata-564243d2aa3d0345c18e7689820373084e3ed6cb.tar.bz2
serverdata-564243d2aa3d0345c18e7689820373084e3ed6cb.tar.xz
serverdata-564243d2aa3d0345c18e7689820373084e3ed6cb.zip
Enable irc bot and connect it to #evolonline channel in freenode.
Diffstat (limited to 'conf')
-rw-r--r--conf/channels.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/channels.conf b/conf/channels.conf
index d83c357c6..4ae685f4d 100644
--- a/conf/channels.conf
+++ b/conf/channels.conf
@@ -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: false
+ irc_channel_enabled: true
irc_channel_name: "irc" /* available as #irc */
irc_channel_color: "Light_Green"
- irc_channel_network: "irc.rizon.net:6665" /* network to connect to (:and port) */
- irc_channel_channel: "#Hercules" /* channel in the network above to join */
- irc_channel_nick: "Hercules_chSysBot" /* nick the bot will use */
+ 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_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) */
}