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

Multichannel operation.

parent b0fa0aaa
Branches
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ class Irker:
class MyTCPHandler(SocketServer.StreamRequestHandler):
def handle(self):
while True:
irker.handle(self.rfile.readline().strip())
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment