Derecho / JWordGame

JWordGame is an IRC word game bot written in Java.
Other
2 stars 0 forks source link

Add !wgsethostname admin command #11

Closed Derecho closed 10 years ago

Derecho commented 10 years ago

Currently the login system is unfinished and if a user's host changes, (s)he looses access to his account. Accepting the loss and making a new one is not an option as the nick is already taken.

Add an admin command for manually setting people's hostnames based on a nick.

Fixing #2 will not make this command useless, as it can still help when someone loses access prior to setting a password.

Derecho commented 10 years ago

2 was fixed and an admin command was added to override a user's password to ensure they can always login should it be necessary.

Setting the hostname manually is no longer needed.