From d4421455944ff71d4df955e421e056d591a49b97 Mon Sep 17 00:00:00 2001 From: Nishi Date: Fri, 30 Aug 2024 08:11:46 +0000 Subject: [PATCH] add sample ini git-svn-id: file:///raid/svn-personal/irc-archiver/trunk@16 f310dea9-ad02-7e44-859a-30a050007fc7 --- sample.ini | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sample.ini diff --git a/sample.ini b/sample.ini new file mode 100644 index 0000000..a032ef9 --- /dev/null +++ b/sample.ini @@ -0,0 +1,22 @@ +# $Id$ + +host=ipv4_here +port=port_here +admin=admin_nick +username=ircarc +nickname=IRCArc +realname=IRC Archiver Bot +database=ircarc.sqlite3 + +# Connection password. +password= + +# Use below if you want your bot to be identified by NickServ. +nickserv=IDENTIFY password_here + +# Static HTML output root. +webroot=web + +# Channels to be logged +channel=#test +channel=#test2