forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
c40890918f
commit
0e0567446e
1 changed files with 1 additions and 0 deletions
|
@ -396,6 +396,7 @@ while True:
|
||||||
#if True:
|
#if True:
|
||||||
if "PRIVMSG" in text and not nick in my_self:
|
if "PRIVMSG" in text and not nick in my_self:
|
||||||
if "PRIVMSG" in text and command[0][0] == "$":
|
if "PRIVMSG" in text and command[0][0] == "$":
|
||||||
|
logs[channel] = logs[channel][:-1]
|
||||||
run+=1
|
run+=1
|
||||||
if command[0] == "$ping":
|
if command[0] == "$ping":
|
||||||
if random(1,2) == 1:
|
if random(1,2) == 1:
|
||||||
|
|
Loading…
Reference in a new issue