Proper RFC 1143 Telnet option negotiation queue.
[mudpy.git] / lib / mudpy / __init__.py
index 0676090..d462528 100644 (file)
@@ -21,5 +21,5 @@ def load():
       except NameError: exec(u"import %s" % module)
 
 # load the modules contained in this package
-modules = [ u"misc" ]
+modules = [ u"misc", u"telnet" ]
 load()