Exemplo n.º 1
0
 def flood_control(self):
     if BufferingBot.flood_control(self):
         return True
     if not self.ext_buffers:
         return False
     self.pop_buffer(min(self.ext_buffers))
     return True
Exemplo n.º 2
0
 def flood_control(self):
     if BufferingBot.flood_control(self):
         self.dump_buffer()
Exemplo n.º 3
0
 def flood_control(self):
     if BufferingBot.flood_control(self):
         self.dump_buffer()