When did that get there?
This commit is contained in:
Andreas Renberg (IQAndreas) 2014-12-13 17:50:12 -06:00
parent 0632204304
commit 928f9ca4ef

View File

@ -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...))
}