SO THAT I can keep known troublesome users banned or ban users who left before I could ban
Acceptance Criteria
AS a server moderator
GIVEN I want to ban a user not currently in the server
WHEN I run /hackban <userid> [reason]
THEN I the user with id <userid> will be banned with the optional reason [reason]
SO THAT I can keep known troublesome users banned or ban users who left before I could ban
Acceptance Criteria
AS a server moderator GIVEN I want to ban a user not currently in the server WHEN I run
/hackban <userid> [reason]
THEN I the user with id<userid>
will be banned with the optional reason[reason]
Subtasks