DHV3 icon indicating copy to clipboard operation
DHV3 copied to clipboard

Detect typos in issued commands

Open henke37 opened this issue 7 years ago • 3 comments

Sometimes commands are typed in a hurry and typos result. It'd be interesting if typos were detected and reacted to.

For example, if you typo the !bang command, the shot could fire way off the mark.

henke37 avatar Jan 04 '18 19:01 henke37

Good Idea, a few (open) questions :

  • Should we do that to only some commands ? Or every command ?
  • What should we do ?
  • Différent things on each typo ?
  • ...

paris-ci avatar Jan 06 '18 16:01 paris-ci

I think it would be helpful on commands like !bang and !reload. A first step would be to handle them case-insensitive. It would be also good to have aliases for some commands (that could be also a solution for #54)

SirYwell avatar Jan 06 '18 19:01 SirYwell

Aliases already exist for !bang (using them to fix the shitty consistency is a good idea though). About case-insensitiveness : #8

Diagamma avatar Jan 06 '18 19:01 Diagamma