Handle the scenario of disabled mod_muc (EJAB-1553)

This commit is contained in:
Badlop 2012-04-14 23:29:30 +02:00
parent 86435ba9aa
commit 169b83b36d
1 changed files with 1 additions and 1 deletions

View File

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