Features: Register English spelling of American "color".

master
Marc Egerton 2020-09-18 12:38:49 +01:00
parent fc19d1fe3f
commit fc445de871
No known key found for this signature in database
GPG Key ID: A11F9CA36DF845E0
1 changed files with 2 additions and 0 deletions

View File

@ -28,7 +28,9 @@ func (f *Features) RegisterHandlers() {
// User Settings
f.RegisterCommand("colors", f.handleUserColors)
f.RegisterCommand("colours", f.handleUserColors)
f.RegisterCommand("color", f.handleUserColor)
f.RegisterCommand("colour", f.handleUserColor)
f.RegisterCommand("listroles", f.handleListCustomRoles)
f.RegisterCommand("joinrole", f.handleJoinCustomRole)
f.RegisterCommand("leaverole", f.handleLeaveCustomRole)