Skip to content

Commit

Permalink
Update Pyramid_StreamlabsSystem.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aseroff authored Mar 1, 2019
1 parent f02a148 commit 2fd15e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Pyramid_StreamlabsSystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ def Execute(data):
elif (count > 1):
if (data.UserName == user):
Parent.SendStreamMessage(settings["responseChoked"].replace("$user", data.UserName))
reset()
else:
Parent.SendStreamMessage(settings["responseBlocked"].replace("$user", data.UserName))
reset()
reset()
else:
if (len(data.Message.strip().split(" ")) == 1):
user = data.UserName
Expand Down

0 comments on commit 2fd15e0

Please sign in to comment.