mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
mod_muc_room: Fix typo
Thanks to Evgeniy for spotting this.
This commit is contained in:
parent
abeee837fc
commit
c2b22bd6c1
@ -693,7 +693,7 @@ terminate(Reason, _StateName, StateData) ->
|
||||
sub_els = [#muc_user{items = [#muc_item{affiliation = none,
|
||||
reason = ReasonT,
|
||||
role = none}],
|
||||
status_codes = [332|110]}]},
|
||||
status_codes = [332,110]}]},
|
||||
(?DICT):fold(fun (LJID, Info, _) ->
|
||||
Nick = Info#user.nick,
|
||||
case Reason of
|
||||
|
Loading…
Reference in New Issue
Block a user