forked from External/ergo
spelling and gofmt
This commit is contained in:
parent
34b01b115e
commit
2272aae213
3 changed files with 30 additions and 30 deletions
|
|
@ -65,7 +65,7 @@ func (text Text) String() string {
|
|||
return string(text)
|
||||
}
|
||||
|
||||
// CTCPText is text suitable escaped for CTCP.
|
||||
// CTCPText is text suitably escaped for CTCP.
|
||||
type CTCPText string
|
||||
|
||||
var ctcpEscaper = strings.NewReplacer("\x00", "\x200", "\n", "\x20n", "\r", "\x20r")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue