From 79f86f018ea15c7a221a27b5ccac29990a9aee47 Mon Sep 17 00:00:00 2001 From: Pitchaya Boonsarngsuk Date: Fri, 21 Dec 2018 18:08:40 +0000 Subject: [PATCH] Unregister owo handler --- src/entryPoint.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/entryPoint.php b/src/entryPoint.php index d556679..f6540ac 100644 --- a/src/entryPoint.php +++ b/src/entryPoint.php @@ -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