mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix incorrect CTCP ACTION messages sent by roleplay
This commit is contained in:
parent
0db4b42ffe
commit
1db9cdd989
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ func sendRoleplayMessage(server *Server, client *Client, source string, targetSt
|
|||
buf.WriteString(client.Nick())
|
||||
buf.WriteString(")")
|
||||
}
|
||||
if isAction {
|
||||
buf.WriteString("\x01")
|
||||
}
|
||||
|
||||
splitMessage := utils.MakeMessage(buf.String())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue