コード例 #1
0
ファイル: ircserver.py プロジェクト: corydodt/Vellum
 def factory():
     f = IRCFactory(theRealm, thePortal)
     f.protocol = VellumIRCServerProtocol
     return f
コード例 #2
0
 def factory():
     f = IRCFactory(theRealm, thePortal)
     f.protocol = VellumIRCServerProtocol
     return f