mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
fix #458.
This commit is contained in:
parent
8a75a6e95a
commit
a4ec4077e2
@ -369,7 +369,7 @@ func (bot *CQBot) ConvertStringMessage(msg string, group bool) (r []message.IMes
|
|||||||
}
|
}
|
||||||
data := strings.SplitN(p, "=", 2)
|
data := strings.SplitN(p, "=", 2)
|
||||||
if len(data) == 2 {
|
if len(data) == 2 {
|
||||||
params[data[0]] = data[1]
|
params[data[0]] = CQCodeUnescapeValue(data[1])
|
||||||
} else {
|
} else {
|
||||||
params[p] = ""
|
params[p] = ""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user