Commit e05ad6cf authored by Him188's avatar Him188

Add comments

parent 2fca15b0
......@@ -388,7 +388,7 @@ internal class TIMBotNetworkHandler(private val bot: Bot) : BotNetworkHandler {
socket.loginResult.complete(LoginState.SUCCESS)
loginHandler.changeOnlineStatus(ClientLoginStatus.ONLINE)
loginHandler.changeOnlineStatus(ClientLoginStatus.ONLINE)//required
}
is ServerLoginSuccessPacket -> {
......
......@@ -4,6 +4,6 @@ package net.mamoe.mirai.utils
* @author Him188moe
*/
data class BotAccount(
val qqNumber: Long,
val qqNumber: Long,//实际上是 UInt
val password: String
)
\ No newline at end of file
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