summaryrefslogtreecommitdiffstats
path: root/irssi_socket_control.py
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-03-04 18:24:16 +0100
committerFlorian Pritz <f-p@gmx.at>2009-03-04 18:24:16 +0100
commitb40eb9ba302487ecc6d25f7b0d27f9545f52f172 (patch)
tree3591ff3b118723361d5ab3e1a1fac0ce457e5640 /irssi_socket_control.py
parent133b3943d1d9d7473ec9cc7a21be637c4c641477 (diff)
downloadbin-b40eb9ba302487ecc6d25f7b0d27f9545f52f172.tar.gz
bin-b40eb9ba302487ecc6d25f7b0d27f9545f52f172.tar.xz
added missing header...
Diffstat (limited to 'irssi_socket_control.py')
-rwxr-xr-xirssi_socket_control.py12
1 files changed, 12 insertions, 0 deletions
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 <f-p@gmx.at>
+#
+# 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