コード例 #1
0
ファイル: gui.py プロジェクト: mbriden/FatbotIRC
 def read_config(self):
     fileName, coreFile, moduleFile, GUI = self.parameters;
     botinfo.bot_info.update(botinfo.read_config("core", coreFile))
     botinfo.bot_info.update(botinfo.read_config("modules", moduleFile))
コード例 #2
0
ファイル: spinner.py プロジェクト: mbriden/FatbotIRC
 def read_config(self, event):
     botinfo.bot_info.update(botinfo.read_config("core", self.coreFile))
     botinfo.bot_info.update(botinfo.read_config("modules", self.moduleFile))