diff options
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 |