dylanpiera / CodenameIndigo

A project with unknown intentions. At least for now.
1 stars 1 forks source link

Lookup command (maybe others?) requires quotes #31

Closed jdsaphir closed 5 years ago

jdsaphir commented 6 years ago

Even though the lookup command has only one parameter (afaik), it requires quotes when said parameter contains a space. Example: ?lookup Water Max#1890 will return "The user Water Max#1890 doesn't exist.", while ?lookup "Water Max#1890" will work properly.

Should also check other commands don't have this issue.

Don't fix if ?lookup allows for two parameters.

dylanpiera commented 6 years ago

It uses param of type iuser adding the [Remainder] tag will fix it.