From 928f9ca4efe7a75a9f8dad3f480aec0993995a3c Mon Sep 17 00:00:00 2001 From: "Andreas Renberg (IQAndreas)" Date: Sat, 13 Dec 2014 17:50:12 -0600 Subject: [PATCH] Typo When did that get there? --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index cf9a314..5e684f2 100644 --- a/client.go +++ b/client.go @@ -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...)) }