MovieNight/common
Zorchenhimer 2f252d5ae8 Strip @ prefix on names in commands
Names can be passed to commands with @ prefixed to them.

When forcing a color change on another user the @ explicitly defines
the name, instead of simply being stripped off.  This will allow the
a user named "red" to have their color changed: `/color @red blue`

A bunch of the color command code has changed with this to make things
less ambiguous and to add some other checks.  `/color red #FF0000` and
`/color @red red` will change the color of the user "red" to the color
red while `/color red red`will return with an error.  Note that the
color an name arguments can be in any order.

Resolves #64
2019-03-24 15:16:01 -04:00
..
chatcommands.go Add /iplist to admin commands 2019-03-23 16:53:36 -04:00
chatdata.go Refactoring of ChatData 2019-03-21 08:47:40 -04:00
colors.go Add color checking and removed autoreconnect 2019-03-23 15:37:48 -04:00
constants.go Added nick button and some cleanup 2019-03-21 23:01:21 -04:00
emotes.go Fix auto-scrolling with emotes 2019-03-23 18:13:55 -04:00
utils.go Strip @ prefix on names in commands 2019-03-24 15:16:01 -04:00