diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/autoload.conf | 3 | ||||
-rw-r--r-- | etc/drunkenman.conf | 29 | ||||
l--------- | etc/euirc.net | 1 | ||||
-rw-r--r-- | etc/freenode.net/.users.txt.swp | bin | 0 -> 12288 bytes | |||
-rw-r--r-- | etc/freenode.net/masters.txt | 7 | ||||
-rw-r--r-- | etc/freenode.net/users.txt | 3 | ||||
l--------- | etc/fritz.box | 1 | ||||
l--------- | etc/localhost | 1 |
8 files changed, 45 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..b67eea8 --- /dev/null +++ b/etc/freenode.net/.users.txt.swp 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 |