+Tue Nov 12 19:42:18 CET 2002 Jochen Eisinger <c0ffee@penguin-breeder.org>
+
+ * Fixed example in /HELP KEY
+
+ * Added expando $j which expands to current SILC Client version
+
Tue Nov 12 19:46:39 EET 2002 Pekka Riikonen <priikone@silcnet.org>
* Fixed public key decoding in crypto library.
Set channel private key to current channel, and list all keys:
- /KEY CHANNEL set very_secret_key_this_is
- /KEY CHANNEL list
+ /KEY CHANNEL * set very_secret_key_this_is
+ /KEY CHANNEL * list
/KEY MSG nickname set secretkey
/KEY MSG nick set secretkey -responder
/KEY MSG foo agreement 10.2.1.7 5000
"window changed", EXPANDO_ARG_NONE,
"window item changed", EXPANDO_ARG_WINDOW,
"nick mode changed", EXPANDO_ARG_WINDOW_ITEM, NULL);
+ expando_create("j", expando_silc_version, NULL);
}
void silc_expandos_deinit(void)
{
+ expando_destroy("j", expando_silc_version);
expando_destroy("usermode", expando_usermode);
expando_destroy("cumode", expando_cumode);
expando_destroy("cumode_space", expando_cumode_space);