fix arguments of request_voice() function

This commit is contained in:
Yann Leboulanger 2011-07-29 17:34:53 +02:00
parent c5c169ca15
commit 21b2448d14
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""