コード例 #1
0
ファイル: coin_bot.py プロジェクト: nathantfrank/ircProjects
 def __init__(self, channel, nickname):
     BotFactory.__init__(self, channel, nickname)
コード例 #2
0
 def __init__(self, channel, nickname, other_channels):
     BotFactory.__init__(self, channel, nickname)
     self.other_channels = other_channels
コード例 #3
0
 def __init__(self, channel, nickname, other_channels):
     BotFactory.__init__(self, channel, nickname)
     self.other_channels = other_channels
コード例 #4
0
 def __init__(self, channel, nickname):
     BotFactory.__init__(self, channel, nickname)