Commit 350000c7 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato
parent b65a6f8c
......@@ -369,6 +369,9 @@ public class MUCUserImpl implements MUCUser {
catch (NotAllowedException e) {
sendErrorPacket(packet, PacketError.Condition.not_allowed);
}
catch (Exception e) {
sendErrorPacket(packet, PacketError.Condition.internal_server_error);
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment