falsovsky / FiSH-irssi

FiSH is an encryption add-on module for irssi.
MIT License
124 stars 22 forks source link

cmd_helpfish incomplete #42

Closed z0rti closed 8 years ago

z0rti commented 8 years ago

I just noticed that /showkey and /fishlogin are missing in /helpfish. Here's the patch ;-)

--- FiSH-org.c  2016-09-23 19:08:38.223277516 +0200
+++ FiSH.c  2016-09-23 19:48:23.811349642 +0200
@@ -685,6 +685,8 @@
          " /setkey [-<server tag>] [<nick | #channel>] <key>\n"
          " /delkey [-<server tag>] [<nick | #channel>]\n"
          " /key [-<server tag>] [<nick | #channel>]\n"
+         " /showkey [<nick | #channel>]\n"
+         " /fishlogin\n"
          " /keyx [<nick>] (DH1080 KeyXchange)\n"
          " /setinipw <sekure_blow.ini_password>\n" " /unsetinipw\n");
 }