stealthbot/StealthBot

/rem command has confusing behavior

Closed this issue · 0 comments

[21:43:48.596] <Pyro> .add BoT 60 --type clan
[21:43:49.161] <StealthBot> BoT (clan) has been given rank 60.
[21:44:30.456] <Pyro> .set BoT 60 OS
[21:44:30.945] <StealthBot> BoT has been given rank 60 and flags OS.
[21:44:35.336] <Pyro> .rem BoT
[21:44:35.770] <StealthBot> BoT (clan) has been removed from the database.
[21:44:41.176] <Pyro> .rem BoT
[21:44:41.638] <StealthBot> BoT has been removed from the database.
[21:44:44.783] <Pyro> ???

/rem BoT --type clan, even when there is an entry for "BoT (clan)" returns "user not found"

The /rem command should (IMO) either default to removing the user or prompt for clarification in the case that multiple entries match the input. At the very least it should support the --type modifier that the /add command does.