From dacd393fefeabafd1306533dd6c5a56e0ab347cc Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sun, 27 Feb 2011 18:48:35 +0100 Subject: Initial commit --- etc/drunkenman.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 etc/drunkenman.conf (limited to 'etc/drunkenman.conf') diff --git a/etc/drunkenman.conf b/etc/drunkenman.conf new file mode 100644 index 0000000..c01aa81 --- /dev/null +++ b/etc/drunkenman.conf @@ -0,0 +1,29 @@ +#some comments +#are always cool + +comchar="!" +rejoin=true + +#to which servers should be connected on startup +connect=irc.freenode.net +freenode.net.join="#DrunkenMan" +#freenode.net.nick="TestingMan" +#freenode.net.altnicks="TestingMan2 TestingMan3" +freenode.net.nick="DrunkenMan" +freenode.net.pass="BotPasswort" +freenode.net.paranoidnick=true +freenode.net.comchar="." +freenode.net.#DrunkenMan.rejoin=true #kommentar! +#connect+=irc.mynetwork.net + +#user and group IDs the bot should run with +#you can either specify the numeric ID or the name of the user/group +#this only works when run as root +UID=flo +GID=flo + +#add plugins you want to be loaded right after startup here: +loadplugins=postconnect +loadplugins+=keepnick usertest rejoin +#loadplugins+=pong #since 2.1.10 DrunkenMan does pinging on his own +#... -- cgit v1.2.1