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