diff options
Diffstat (limited to 'irkerhook.py')
-rwxr-xr-x | irkerhook.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irkerhook.py b/irkerhook.py index a5232c3..0f53cd6 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -41,7 +41,7 @@ default_channels = "irc://chat.freenode.net/#commits" version = "2.13" -import os, sys, commands, socket, urllib, subprocess, locale, datetime, re +import os, sys, socket, urllib, subprocess, locale, datetime, re from pipes import quote as shellquote try: |