Example #1
0
 def __init__(self, plugin):
     CronEvent.__init__(self, plugin)
Example #2
0
 def __init__(self, plugin):
     CronEvent.__init__(self, plugin)
Example #3
0
 def __init__(self, bot, filename):
     CronEvent.__init__(self, None)
     self.filename = filename
     self.bot = bot
Example #4
0
 def __init__(self, bot, filename):
     CronEvent.__init__(self, None)
     self.filename = filename
     self.bot = bot
Example #5
0
 def __init__(self, plugin, user):
     CronEvent.__init__(self, plugin)
     self.user = user
     self.previous_tweet = None
Example #6
0
 def __init__(self, plugin):
     CronEvent.__init__(self, plugin)
     self.period = timedelta(seconds=1)
Example #7
0
 def __init__(self, plugin):
     CronEvent.__init__(self, plugin)
     self.period = timedelta(seconds=1)