Merged from silc_1_0_branch (second merge).
[silc.git] / apps / irssi / src / core / session.c
index 7ebd8f82b956ef60a21bd2eab624d4b42787c1ac..40c4f5474938848d41100f3e2a4f75b8d67afd93 100644 (file)
@@ -350,7 +350,9 @@ static void sig_init_finished(void)
 void session_init(void)
 {
        static struct poptOption options[] = {
+#if 0 /* --session is not available in SILC Client */
                { "session", 0, POPT_ARG_STRING, &session_file, 0, "Used by /UPGRADE command", "PATH" },
+#endif
                { NULL, '\0', 0, NULL }
        };