Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit ce3c5e6

Browse files
committed
fix some issue
1 parent 0ae9abd commit ce3c5e6

File tree

2 files changed

+422
-2
lines changed

2 files changed

+422
-2
lines changed

src/main/kotlin/ltd/guimc/lgzbot/listener/multi/BakaListener.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ object BakaListener : ListenerHost {
111111
for (i in str.split("%")) {
112112
messages += when (i) {
113113
"source" -> if (source != null) PlainText("${source.nameCardOrNick}(${source.id})") else PlainText("source")
114-
"target" -> if (target != null) PlainText("${target.nameCardOrNick}(${target.id}") else PlainText("target")
114+
"target" -> if (target != null) PlainText("${target.nameCardOrNick}(${target.id})") else PlainText("target")
115115
else -> PlainText(i)
116116
}
117117
}

0 commit comments

Comments
 (0)