1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 21:56:35 +01:00

Add command to print your own group public key

This commit is contained in:
Jfreegman
2015-09-13 19:38:49 -04:00
parent b2c512687a
commit 97d5fb84fc
6 changed files with 32 additions and 6 deletions

View File

@@ -90,6 +90,7 @@ static struct cmd_func group_commands[] = {
{ "/ignore", cmd_ignore },
{ "/kick", cmd_kick },
{ "/mod", cmd_mod },
{ "/mykey", cmd_mykey },
{ "/passwd", cmd_set_passwd },
{ "/peerlimit", cmd_set_peerlimit },
{ "/privacy", cmd_set_privacy },