mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-15 16:40:36 +03:00
Typo
When did that get there?
This commit is contained in:
parent
0632204304
commit
928f9ca4ef
@ -78,7 +78,7 @@ func NewClient(server *Server, conn *ssh.ServerConn) *Client {
|
||||
func (c *Client) ColoredName() string {
|
||||
return ColorString(c.Color, c.Name)
|
||||
}
|
||||
v
|
||||
|
||||
func (c *Client) SysMsg(msg string, args ...interface{}) {
|
||||
c.Msg <- ContinuousFormat(SYSTEM_MESSAGE_FORMAT, "-> "+fmt.Sprintf(msg, args...))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user