Ejemplo n.º 1
0
 def __init__(self, channel, nickname):
     BotFactory.__init__(self, channel, nickname)
Ejemplo n.º 2
0
 def __init__(self, channel, nickname, other_channels):
     BotFactory.__init__(self, channel, nickname)
     self.other_channels = other_channels
Ejemplo n.º 3
0
 def __init__(self, channel, nickname, other_channels):
     BotFactory.__init__(self, channel, nickname)
     self.other_channels = other_channels
Ejemplo n.º 4
0
 def __init__(self, channel, nickname):
     BotFactory.__init__(self, channel, nickname)