summaryrefslogtreecommitdiff
path: root/src/multiuserchat.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-10-17 21:29:39 +0200
committermathieui <mathieui@mathieui.net>2011-10-17 21:29:39 +0200
commit69c6b38894b8099a641ca431e47af6805eeab6b2 (patch)
treeead08628636afadbdbdacf3ddd5f548d6371cb9f /src/multiuserchat.py
parent7d392c609348c28f9fae108955d79f150d4f47d5 (diff)
downloadpoezio-69c6b38894b8099a641ca431e47af6805eeab6b2.tar.gz
poezio-69c6b38894b8099a641ca431e47af6805eeab6b2.tar.bz2
poezio-69c6b38894b8099a641ca431e47af6805eeab6b2.tar.xz
poezio-69c6b38894b8099a641ca431e47af6805eeab6b2.zip
remove /visitor /participant /moderator and replace them with /role
Diffstat (limited to 'src/multiuserchat.py')
-rw-r--r--src/multiuserchat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multiuserchat.py b/src/multiuserchat.py
index 67fa32e6..b00b4599 100644
--- a/src/multiuserchat.py
+++ b/src/multiuserchat.py
@@ -70,7 +70,7 @@ def leave_groupchat(xmpp, jid, own_nick, msg):
def set_user_role(xmpp, jid, nick, reason, role):
"""
(try to) Set the role of a MUC user
- (role =) 'none': eject user)
+ (role = 'none': eject user)
"""
iq = xmpp.makeIqSet()
query = ET.Element('{%s}query' % NS_MUC_ADMIN)