* Initialize the variable idletag, since it is tested in
silc_core_deinit for its default value. Affected file
irssi/src/silc/core/silc-core.c
+Thu Dec 04 11:33:46 CET 2003 Jochen Eisinger <jochen@penguin-breeder.org>
+
+ * Initialize the variable idletag, since it is tested in
+ silc_core_deinit for its default value. Affected file
+ irssi/src/silc/core/silc-core.c
+
Sun Nov 30 19:47:02 CET 2003 Patrik Weiskircher <pat@icore.at>
* Fixed signed channel messages across cells. Affected file
static char *opt_pkcs = NULL;
static int opt_bits = 0;
-static int idletag;
+static int idletag = -1;
SilcClient silc_client = NULL;
extern SilcClientOperations ops;