From b8b847fb8816b6b67bd476f279b1e79bc0678b09 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Sat, 22 Oct 2011 11:10:59 -0500 Subject: Removed old configs and added debug to file upload --- conf/example.conf | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 conf/example.conf (limited to 'conf/example.conf') diff --git a/conf/example.conf b/conf/example.conf deleted file mode 100644 index d640430..0000000 --- a/conf/example.conf +++ /dev/null @@ -1,30 +0,0 @@ -[irc] -server = irc.freenode.net -port = 6667 -server_password = password -channels = #keryx,#excid3 - -nick = Timber -nick_password = password - -# Comma separated list of owner nicks -owners = excid3 - -[log] -# Location to store the logs -folder = logs -# Location of the stylesheet -stylesheet = conf/stylesheet.css - -[format] -join = -!- %user% [%host%] has joined %channel% -kick = -!- %user% was kicked from %channel% by %kicker% [%reason%] -mode = -!- mode/%channel% [%modes% %person%] by %giver% -nick = %old% is now known as %new% -part = -!- %user% [%host%] has parted %channel% -pubmsg = <%user%> %message% -pubnotice = -%user%:%channel%- %message% -quit = -!- %user% has quit [%reason%] -topic = %user% changed topic of %channel% to: %topic% -action = * %user% %action% -help = Check out http://excid3.com \ No newline at end of file -- cgit v1.2.3-54-g00ecf