diff options
author | tv <tv@xso> | 2011-09-06 15:12:19 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-06 15:12:19 +0200 |
commit | 894d5998a9be987db773aabae21b83014aedabe7 (patch) | |
tree | 670a148783f73a003b9138aaef115db6511fc573 /Reaktor/IRC/bot2.py | |
parent | aae296e484fb5721efd2e39bf3db13407f131d4e (diff) |
//Reaktor/IRC: move doc to README.md
Diffstat (limited to 'Reaktor/IRC/bot2.py')
-rwxr-xr-x | Reaktor/IRC/bot2.py | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/Reaktor/IRC/bot2.py b/Reaktor/IRC/bot2.py index a4a8bf33..170a878f 100755 --- a/Reaktor/IRC/bot2.py +++ b/Reaktor/IRC/bot2.py @@ -1,18 +1,6 @@ #! /usr/bin/env python # -# //Reaktor/IRC -# -# export host and port to connect to a specific IRC server -# defaults to supernode and 6667 -# -# export nick to use a specific nickname -# defaults to Name in /etc/tinc/retiolum/tinc.conf -# -# export target to join a specific channel -# defaults to #retiolum -# -# Example usage (in your local krebs repository): -# host=irc.freenode.org nick=$HOSTNAME target=#tincspasm Reaktor/IRC/index +# //Reaktor/IRC/bot2.py # from __future__ import print_function |