mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Handle the scenario of disabled mod_muc (EJAB-1553)
This commit is contained in:
parent
86435ba9aa
commit
169b83b36d
@ -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…
Reference in New Issue
Block a user