Unregister owo handler

This commit is contained in:
2018-12-21 18:08:40 +00:00
parent 0e907d3af4
commit 79f86f018e

View File

@@ -22,8 +22,7 @@ require_once 'Handlers.php';
$handlers = array(
new BeatHandler(),
new BlueRoomYiffHandler(),
new BoopTextHandler(),
new OwOHandler()
new BoopTextHandler()
);
function reply_user(int $room_id, int $msgid, string $message, $room_lang): bool