Commit b6e77fd8 authored by jiahua.liu's avatar jiahua.liu

ConsoleUI warning

parent c21b50c8
......@@ -23,7 +23,18 @@ import java.util.*
import kotlin.concurrent.thread
import kotlin.math.ceil
/**
* 此文件不推荐任何人看
* 可能导致
* 1:心肌梗死
* 2:呼吸困难
* 3:想要重写但是发现改任何一个看似不合理的地方都会崩
*
* @author NaturalHG
*
*/
@SuppressWarnings("UNCHECKED")
object MiraiConsoleUI {
val log = mutableMapOf<Long, LimitLinkedQueue<String>>().also {
......
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