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/autoload.conf | 3 +++ etc/drunkenman.conf | 29 +++++++++++++++++++++++++++++ etc/euirc.net | 1 + etc/freenode.net/.users.txt.swp | Bin 0 -> 12288 bytes etc/freenode.net/masters.txt | 7 +++++++ etc/freenode.net/users.txt | 3 +++ etc/fritz.box | 1 + etc/localhost | 1 + 8 files changed, 45 insertions(+) create mode 100644 etc/autoload.conf create mode 100644 etc/drunkenman.conf create mode 120000 etc/euirc.net create mode 100644 etc/freenode.net/.users.txt.swp create mode 100644 etc/freenode.net/masters.txt create mode 100644 etc/freenode.net/users.txt create mode 120000 etc/fritz.box create mode 120000 etc/localhost (limited to 'etc') diff --git a/etc/autoload.conf b/etc/autoload.conf new file mode 100644 index 0000000..3a4821a --- /dev/null +++ b/etc/autoload.conf @@ -0,0 +1,3 @@ +send +postconnect + 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 +#... diff --git a/etc/euirc.net b/etc/euirc.net new file mode 120000 index 0000000..f9ad0ad --- /dev/null +++ b/etc/euirc.net @@ -0,0 +1 @@ +freenode.net \ No newline at end of file diff --git a/etc/freenode.net/.users.txt.swp b/etc/freenode.net/.users.txt.swp new file mode 100644 index 0000000..b67eea8 Binary files /dev/null and b/etc/freenode.net/.users.txt.swp differ diff --git a/etc/freenode.net/masters.txt b/etc/freenode.net/masters.txt new file mode 100644 index 0000000..f6b5104 --- /dev/null +++ b/etc/freenode.net/masters.txt @@ -0,0 +1,7 @@ +flo|linux + +flo` + +flo|afk + + diff --git a/etc/freenode.net/users.txt b/etc/freenode.net/users.txt new file mode 100644 index 0000000..f76fc9b --- /dev/null +++ b/etc/freenode.net/users.txt @@ -0,0 +1,3 @@ +flo|linux +passwort + diff --git a/etc/fritz.box b/etc/fritz.box new file mode 120000 index 0000000..d18580b --- /dev/null +++ b/etc/fritz.box @@ -0,0 +1 @@ +localhost \ No newline at end of file diff --git a/etc/localhost b/etc/localhost new file mode 120000 index 0000000..5f5f736 --- /dev/null +++ b/etc/localhost @@ -0,0 +1 @@ +freenode.net/ \ No newline at end of file -- cgit v1.2.1