arghblargh / QueueBot

Queue management bot for Twitch.tv chat
4 stars 1 forks source link

[Program Died] Untrusted User typed !queue show #6

Closed kyroskoh closed 9 years ago

kyroskoh commented 9 years ago

[Scenario: The user is a mod but not added to trusted, if the user type the following]

:evilserpentman!evilserpentman@evilserpentman.tmi.twitch.tv PRIVMSG #loserfruit :!queue show

Traceback (most recent call last): File "QueueBot.py", line 433, in main() File "QueueBot.py", line 350, in main elif (queue_command=='show' and (admin_auth(user) or broadcaster_auth(channel, user) or trusted_auth(channel, user))): File "QueueBot.py", line 188, in trusted_auth return channel_info[channel].trusted(user) TypeError: 'set' object is not callable