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( $handlers = array(
new BeatHandler(), new BeatHandler(),
new BlueRoomYiffHandler(), new BlueRoomYiffHandler(),
new BoopTextHandler(), new BoopTextHandler()
new OwOHandler()
); );
function reply_user(int $room_id, int $msgid, string $message, $room_lang): bool function reply_user(int $room_id, int $msgid, string $message, $room_lang): bool