GNUWeeb / GNUWeebBot

High-performance bot Telegram, running on Linux environment, written in C.
GNU General Public License v2.0
13 stars 8 forks source link

Admin module implementation (Part 1) #22

Closed ammarfaizi2 closed 3 years ago

ammarfaizi2 commented 3 years ago

We have been managed to implement !ban, !kick, !unban, !mute and !unmute commands.

This PR addresses issue https://github.com/GNUWeeb/GNUWeebBot/issues/20, but it is partially finished. We still need database dependent commands, such as !warn and several database independent commands like !pin, !report, !delvote, etc.

Signed-off-by: Komori Kuzuyu <komori.kzy@gmail.com>
Signed-off-by: Ammar Faizi <ammarfaizi2@gmail.com>