mod_muc_room: Fix typo

Thanks to Evgeniy for spotting this.
This commit is contained in:
Holger Weiss 2017-12-06 16:50:45 +01:00
parent abeee837fc
commit c2b22bd6c1
1 changed files with 1 additions and 1 deletions

View File

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