projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fba9f7
)
irk: remove extraneous imports
author
Beat Bolli
<bbolli@ewanet.ch>
Wed, 25 Dec 2013 14:26:58 +0000
(15:26 +0100)
committer
Eric S. Raymond
<esr@thyrsus.com>
Fri, 30 May 2014 14:08:36 +0000
(10:08 -0400)
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
irk
patch
|
blob
|
history
diff --git
a/irk
b/irk
index 954713dce81b87ae29cb7758cc5b595268458726..6b3582678a2e5f06564d1654706e79bb62548b7c 100755
(executable)
--- a/
irk
+++ b/
irk
@@
-11,9
+11,6
@@
import json
import socket
import sys
import fileinput
-import subprocess
-import time
-import os
def send(target, message):
data = {"to": target, "privmsg" : message}