tuxxy / SMIRCH

SMIRCH is an SMS/MMS based Relay Chat.
GNU Affero General Public License v3.0
4 stars 4 forks source link

Add admin functions #2

Open tuxxy opened 8 years ago

tuxxy commented 8 years ago

Admin functions like /kick or /ban need to be implemented. Only users with the is_admin boolean flagged will be able to use them.

/whois might be considered an admin function depending on the information that is sent with it.

/nick should allow for admins to change the nicks of users.

/ban will require modifications to the database to prevent banned users from using the service.

/kick needs more info. Should we silently kick the user (not inform them), or tell them that they were kicked?