]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - twisted/plugins/webirc.py
Add a new ident mode that passses in the nickname, and tidy up config file to get...
[irc/quakenet/qwebirc.git] / twisted / plugins / webirc.py
index 5c50d605b59233d2c4ef874cf2460f0afa3f2c3d..d75c2836839526f8250945f3bde92627f079d714 100644 (file)
@@ -7,7 +7,7 @@ from twisted.application.service import IServiceMaker
 from twisted.application import internet, strports
 from twisted.web import static, server
 
-from qwebirc import RootSite
+from qwebirc.root import RootSite
 
 class Options(usage.Options):
   optParameters = [["port", "p", "9090","Port to start the server on."],