mirai/mirai-core
sandtechnology 59f465f66b
Support Nudge (#600)
* Support Nudge message

* Delete duplicated code

* Renamed NudgeManager and using boolean return value in Nudge method

* Fix document and remove JvmSynthetic annotation

* Remove test code

* Add document for bot object

* use checkIsFriendImpl to instead cast operation

* Add a space between char and number

* Change the text of bot and member to reference

* Revert change in QQAndroidBotNetworkHandler

* Make debug log more clearly

* Support tracking chat target in FriendNudgeEvent

* Add LICENSE in NudgePacket.kt
2020-09-15 21:17:21 +08:00
..
src Support Nudge (#600) 2020-09-15 21:17:21 +08:00
build.gradle.kts Exclude kotlinx-coroutines-core and kotlin-stdlib from dependencies to avoid clashes (fix #523) 2020-08-22 12:56:41 +08:00
README.md Update module descriptions 2020-06-16 16:05:36 +08:00

mirai-core

mirai 的核心公开 API.

mirai 为多协议设计, mirai-core 只提供基础框架和抽象数据类.
具体的各协议实现为 mirai-core-PROTOCOL, 这些协议模块都继承自 mirai-core.

可用的协议模块: