Ejemplo n.º 1
0
 def __init__(self):
     self.channel = ircHelpers.getChannel()
Ejemplo n.º 2
0
 def __init__(self):
     self.title = 'speak'
     self.channel = ircHelpers.getChannel()
     self.commandList = {"relay" : self.relay, "say" : self.speak }
     self.helpList    = {'relay' : self.help_relay, 'say' : self.help_say, "speak" : self.help_speak}
     self.joinList = [self.sayHello]
Ejemplo n.º 3
0
 def __init__(self):
   self.channel = ircHelpers.getChannel()
   self.commandList = {"relay" : self.relay, "say" : self.speak }
   self.joinList = [self.sayHello]
Ejemplo n.º 4
0
 def __init__(self):
     self.channel = ircHelpers.getChannel()
     self.regex = re.compile(r":(?P<user>\w+)!~.+\sJOIN\s")
Ejemplo n.º 5
0
 def __init__(self):
     self.channel = ircHelpers.getChannel()
     self.regex = re.compile(r":(?P<user>\w+)!~.+\sJOIN\s")