Some more @list work and help system cleanup.

This commit is contained in:
Greg Taylor 2007-01-02 04:19:53 +00:00
parent 18cf29b0cf
commit 4641aa8a4e
6 changed files with 24 additions and 9 deletions

View file

@ -83,6 +83,7 @@ class Server(dispatcher):
def shutdown(self, message='The server has been shutdown. Please check back soon.'):
functions_general.announce_all(message)
self.game_running = False
"""
END Server CLASS
"""