This commit is contained in:
crazywhalecc 2022-08-05 20:35:34 +08:00
parent 3f9493ae7e
commit c7736a7c3e

View File

@ -176,6 +176,7 @@ class QQBot
switch ($policy) {
case 'interrupt':
EventDispatcher::interrupt();
// no break
case 'continue':
break;
default: