Proper RFC 1143 Telnet option negotiation queue.
[mudpy.git] / lib / mudpy / __init__.py
index 06b1e23..d462528 100644 (file)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 u"""Core modules package for the mudpy engine."""
 
-# Copyright (c) 2004-2009 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# Copyright (c) 2004-2010 Jeremy Stanley <fungi@yuggoth.org>. Permission
 # to use, copy, modify, and distribute this software is granted under
 # terms provided in the LICENSE file distributed with this software.
 
@@ -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()