Exemplo n.º 1
0
func (self *connectionHandler) Write(text string) {
	utils.Write(self.conn, text, types.ColorModeNone)
}
Exemplo n.º 2
0
func (self *User) Write(text string) {
	utils.Write(self.conn, text, self.GetColorMode())
}