This commit is contained in:
.[d]. 2021-03-07 01:08:09 -06:00
parent 20e6a13d80
commit f855b6cd62

@ -106,9 +106,9 @@ class Plugin(object):
MSG+=" " MSG+=" "
__ = random.randint(1,2) __ = random.randint(1,2)
if __ == 1: if __ == 1:
MSG+="gok"*randint(0,3) MSG+="gok"*random.randint(0,3)
else: else:
MSG+="GOK"*randint(0,3) MSG+="GOK"*random.randint(0,3)
def krylon(self): def krylon(self):
if self.init == 0: if self.init == 0: