Example #1
0
 def __init__(self):
     self.channel = ircHelpers.getChannel()
Example #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]
Example #3
0
 def __init__(self):
   self.channel = ircHelpers.getChannel()
   self.commandList = {"relay" : self.relay, "say" : self.speak }
   self.joinList = [self.sayHello]
Example #4
0
 def __init__(self):
     self.channel = ircHelpers.getChannel()
     self.regex = re.compile(r":(?P<user>\w+)!~.+\sJOIN\s")
Example #5
0
 def __init__(self):
     self.channel = ircHelpers.getChannel()
     self.regex = re.compile(r":(?P<user>\w+)!~.+\sJOIN\s")