comparison mcabber/doc/help/en/hlp_room.txt @ 2270:5d05e8128ef4

Use nick to set the role This should fix issue #152, reported by Stefan Haller.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 17 Sep 2016 10:02:56 +0200
parents 5afdfac67964
children
comparison
equal deleted inserted replaced
2269:766666eb6928 2270:5d05e8128ef4
34 Unban jid from the current room 34 Unban jid from the current room
35 /room invite jid [reason] 35 /room invite jid [reason]
36 Invite jid to the current room 36 Invite jid to the current room
37 /room kick nick [reason] 37 /room kick nick [reason]
38 Kick "nick" from the current room 38 Kick "nick" from the current room
39 /room role jid role [reason] 39 /room role nick role [reason]
40 Change jid's role (role can be "none", "visitor", "participant", "moderator") 40 Change nick's role (role can be "none", "visitor", "participant", "moderator")
41 /room affil jid affil [reason] 41 /room affil jid affil [reason]
42 Change jid's affiliation (affil can be "none", "member", "admin", "owner") 42 Change jid's affiliation (affil can be "none", "member", "admin", "owner")
43 /room setopt print_status|auto_whois|flag_joins [value] 43 /room setopt print_status|auto_whois|flag_joins [value]
44 Change settings for the current room 44 Change settings for the current room
45 For print_status, the possible values are "default", "none", "in_and_out", "all". 45 For print_status, the possible values are "default", "none", "in_and_out", "all".