From 8a8abdde5b9b834fb4f51fcfb44df239e572b8af Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 28 Aug 2015 11:05:44 +0200 Subject: Reaktor: IRC -> reaktor Remove Obsolete README, remove obsolete index --- IRC/README.md | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 IRC/README.md (limited to 'IRC/README.md') diff --git a/IRC/README.md b/IRC/README.md deleted file mode 100644 index 63a0ebd..0000000 --- a/IRC/README.md +++ /dev/null @@ -1,49 +0,0 @@ -# //Reaktor/IRC - -This component implements a remote shell daemon that exposes the -executable files (which may be symlinks) below -`//Reaktor/public_commands/` through IRC. - -## Security - -Access to the IRC server implies full access to all the exposed executable -files. The daemon is executing the commands without dropping privileges. - -## Quickstart - - #? /bin/sh - set -euf - - export nick="$LOGNAME|$HOSTNAME" - export host=irc.freenode.org - export target='#tincspasm' - - exec Reaktor/IRC/index - -## Environment variables - -The following environment variables are processed by `//Reaktor/IRC`: - -### nick - -Use a specific nickname. - -Optional if the node running `//Reaktor/IRC` is part of Retiolum, in -which case it defaults to `Name` in `/etc/tinc/retiolum/tinc.conf`. - -### host and port - -Connect to a specific IRC server. - -Optional if the node running `//Reaktor/IRC` is part of Retiolum, in -which case it defaults to `supernode` and `6667` (well, it always -defaults to these two, but they only make science in Retiolum^_^). - -### target - -Join a specific channel. - -As always, this does the right thing for properly configured hosts: it -uses the default `#retiolum`, which is the only really relevant -channel.^_^ - -- cgit v1.2.3