Gambot icon indicating copy to clipboard operation
Gambot copied to clipboard

Allow punctuation in redirects

Open dariota opened this issue 8 years ago • 0 comments

Commands silently fail when they contain a redirect with punctuation, for example &buttcoin tip qi for being a good mathematician and giving up when it's trivial fails (because of the apostrophe) and doesn't message the user.

Proposed solutions:

  • Simply allow punctuation in redirects if there's no reason not to
  • Strip punctuation from redirects before using them
  • Run the command, but without the redirect (eg &buttcoin tip qi it's would tip qi, but send no message)
  • Don't run the command, but message the user and tell them why it failed

dariota avatar May 18 '16 11:05 dariota