projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91edb3b
)
Push more debugging down to the library.
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 26 Aug 2012 11:31:49 +0000
(07:31 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 26 Aug 2012 11:31:49 +0000
(07:31 -0400)
irker.py
patch
|
blob
|
history
diff --git
a/irker.py
b/irker.py
index 67431a984456770cdaf7b185c61c2069bbca4a33..18f11417e9b2206641c59bc5ae96f798239261aa 100755
(executable)
--- a/
irker.py
+++ b/
irker.py
@@
-59,7
+59,6
@@
class Session():
self.queue.join()
def ship(self, channel, message):
"Ship a message to the channel."
- self.irker.debug(1, "%s gets %s" % (channel, repr(message)))
self.server.join(channel)
self.server.privmsg(channel, message)