Skip to content
Snippets Groups Projects
Commit 228f4bda authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Push more debugging down to the library.

parent 91edb3bb
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment