]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - run.py
Implement our own timeout mechanism as the Twisted stuff is really buggy.
[irc/quakenet/qwebirc.git] / run.py
diff --git a/run.py b/run.py
index acea65bde0ccaa7cebfd15230f87c4925b8bcf23..11095fb766cf8899e0748c2703fa166b497c58eb 100755 (executable)
--- a/run.py
+++ b/run.py
@@ -1,8 +1,7 @@
 #!/usr/bin/env python
-# this entire thing is a hack
+# this entire thing is a hack and badly needs reimplementing
 DEFAULT_PORT = 9090
 
-import qwebirc
 from twisted.scripts.twistd import run
 from optparse import OptionParser
 import sys, os