From 79fc1643ccc566ce41e4a8df251b14ddf7a4a11a Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Sun, 7 Mar 2010 19:26:09 -0600 Subject: Added nickserv authentication support --- conf/example.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/example.conf') diff --git a/conf/example.conf b/conf/example.conf index 7393e27..af9a99c 100644 --- a/conf/example.conf +++ b/conf/example.conf @@ -1,11 +1,11 @@ [irc] server = irc.freenode.net port = 6667 +server_password = password channels = #keryx -nick = Timber -# This your nick identification password -password = testing +nick = Timber +nick_password = password # Comma separated list of owner nicks owners = excid3 -- cgit v1.2.3-54-g00ecf