1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-28 09:16:45 +02:00

Add the ability to make peer-specific commands using public keys

This allows us to use commands on peers who may be using nicks with strange
or unsupported unicode characters
This commit is contained in:
jfreegman
2021-11-12 12:28:54 -05:00
parent 1211899a40
commit 1a2320b035
4 changed files with 99 additions and 28 deletions

View File

@ -45,3 +45,4 @@ void cmd_unmod(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[M
void cmd_whois(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
#endif /* GROUPCHAT_COMMANDS_H */