summaryrefslogtreecommitdiff
path: root/conf/channels.conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2013-08-06 21:34:31 +0200
committerHaru <haru@dotalux.com>2013-08-12 17:14:51 +0200
commitde6602f25485d0ba4c02426ab982fa8ff8a224ae (patch)
tree6b085227221b551215a15bee287bdcffba8610f5 /conf/channels.conf
parentca1f74fcd9974a8c06dee91b78a49fcb8d2b5095 (diff)
downloadhercules-de6602f25485d0ba4c02426ab982fa8ff8a224ae.tar.gz
hercules-de6602f25485d0ba4c02426ab982fa8ff8a224ae.tar.bz2
hercules-de6602f25485d0ba4c02426ab982fa8ff8a224ae.tar.xz
hercules-de6602f25485d0ba4c02426ab982fa8ff8a224ae.zip
Added support for Nick Server GHOST command
Credits to Yommy for the idea Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'conf/channels.conf')
-rw-r--r--conf/channels.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/channels.conf b/conf/channels.conf
index f17d2aed1..9700f626c 100644
--- a/conf/channels.conf
+++ b/conf/channels.conf
@@ -59,5 +59,6 @@ chsys: (
irc_channel_channel: "#Hercules" /* channel in the network above to join */
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) */
}
-) \ No newline at end of file
+)