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

Remove redundant command /mykey

You can get your own key with the /whois command
This commit is contained in:
jfreegman
2021-11-11 10:05:52 -05:00
parent 06bdb0d167
commit cbf3145aee
5 changed files with 1 additions and 28 deletions

View File

@@ -127,7 +127,6 @@ static struct cmd_func groupchat_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 },