mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Handle the scenario of disabled mod_muc (EJAB-1553)
This commit is contained in:
parent
86435ba9aa
commit
169b83b36d
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ stop_kindly(DelaySeconds, AnnouncementText) ->
|
|||
- TimestampStart,
|
||||
io:format("[~p/~p ~ps] ~s... ",
|
||||
[NumberThis, NumberLast, SecondsDiff, Desc]),
|
||||
Result = apply(Mod, Func, Args),
|
||||
Result = (catch apply(Mod, Func, Args)),
|
||||
io:format("~p~n", [Result]),
|
||||
NumberThis+1
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue