summaryrefslogtreecommitdiffstats
path: root/irssi_socket_control.py
diff options
context:
space:
mode:
Diffstat (limited to 'irssi_socket_control.py')
-rwxr-xr-xirssi_socket_control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/irssi_socket_control.py b/irssi_socket_control.py
index 876c707..e613149 100755
--- a/irssi_socket_control.py
+++ b/irssi_socket_control.py
@@ -37,7 +37,7 @@ def handler(away):
s.send("command /away afk")
else:
s.send("command /away")
- s.close()
+ s.close()
def main():
try: