From b40eb9ba302487ecc6d25f7b0d27f9545f52f172 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 4 Mar 2009 18:24:16 +0100 Subject: added missing header... --- irssi_socket_control.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'irssi_socket_control.py') diff --git a/irssi_socket_control.py b/irssi_socket_control.py index a89ea9f..39283e5 100755 --- a/irssi_socket_control.py +++ b/irssi_socket_control.py @@ -1,4 +1,16 @@ #!/usr/bin/env python +#---------------------------------------------------- +# Version: 0.1.0 +# Author: Florian "Bluewind" Pritz +# +# Copyright (C) 2008-2009 Florian Pritz +# +# Licensed under GNU General Public License v3 +# (see COPYING for full license text) +# +#---------------------------------------------------- +# runs commands in irssi using socket_interface.pl +#---------------------------------------------------- import socket import user -- cgit v1.2.3-24-g4f1b