Fixed a string error in the webclient that could appear on some server setups. Added URL parsing to the webclient.

This commit is contained in:
Griatch 2010-12-07 21:46:26 +00:00
parent e7b3916aec
commit 7e898842b9
4 changed files with 13 additions and 8 deletions

View file

@ -22,9 +22,6 @@ class TelnetProtocol(StatefulTelnetProtocol, session.Session):
communication between game and player goes through here.
"""
# identifier in case one needs to easily separate protocols at run-time.
protocol_key = "telnet"
# telnet-specific hooks
def connectionMade(self):