func (self *connectionHandler) Write(text string) { utils.Write(self.conn, text, types.ColorModeNone) }
func (self *User) Write(text string) { utils.Write(self.conn, text, self.GetColorMode()) }