mirror of
https://github.com/ergochat/ergo.git
synced 2025-01-24 03:04:08 +01:00
spelling and gofmt
This commit is contained in:
parent
34b01b115e
commit
2272aae213
@ -65,7 +65,7 @@ func (text Text) String() string {
|
|||||||
return string(text)
|
return string(text)
|
||||||
}
|
}
|
||||||
|
|
||||||
// CTCPText is text suitable escaped for CTCP.
|
// CTCPText is text suitably escaped for CTCP.
|
||||||
type CTCPText string
|
type CTCPText string
|
||||||
|
|
||||||
var ctcpEscaper = strings.NewReplacer("\x00", "\x200", "\n", "\x20n", "\r", "\x20r")
|
var ctcpEscaper = strings.NewReplacer("\x00", "\x200", "\n", "\x20n", "\r", "\x20r")
|
||||||
|
Loading…
Reference in New Issue
Block a user