Skip to content
Snippets Groups Projects
Commit 21b2448d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix arguments of request_voice() function

parent c5c169ca
No related branches found
No related tags found
No related merge requests found
......@@ -2550,7 +2550,7 @@ class Connection(CommonConnection, ConnectionHandlers):
c.setTagData('reason', reason)
self.connection.send(message)
def request_voice(self, room, nick):
def request_voice(self, room):
"""
Request voice in a moderated room
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment