def __init__(self, windowarea):
     Server.__init__(self)
     c = self.connection
     self.host = c.connected and c.get_server_name() or None
     self.statuswindow = WindowStatus(windowarea, self)
     self.windowarea = windowarea
     self.channels = []
     self.channels_s = []
     self.config = config_engine.Config()
     help_list.parse_document()
     self.commands = IRCCommands()
 def __init__(self):
     self.config = config_engine.Config()
     help_list.parse_document()