From b286226782df979efe805ac4978c8013df8e80f0 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 15 Jun 2001 07:18:45 +0000 Subject: [PATCH] updates --- TODO | 9 +++++++++ apps/silcd/server.c | 2 ++ 2 files changed, 11 insertions(+) diff --git a/TODO b/TODO index cdec708b..49150aa2 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,15 @@ TODO/bugs in Irssi SILC client ============================== + o /NICK without arguments crashes the client + + o /CMODE * +a without arguments crashes the client. Check other options + with arguments as well. + + o /INVITE * nick crashes the remote client. + + o Add PERL scripting support from Irssi CVS. + o Add KNOCKOUT local command. It should kick an client from channel and set a ban for it for number of seconds. diff --git a/apps/silcd/server.c b/apps/silcd/server.c index 83cb7fef..0a2f11f9 100644 --- a/apps/silcd/server.c +++ b/apps/silcd/server.c @@ -483,6 +483,8 @@ void silc_server_run(SilcServer server) { SILC_LOG_DEBUG(("Running server")); + SILC_LOG_INFO(("SILC Server started")); + /* Start the scheduler, the heart of the SILC server. When this returns the program will be terminated. */ silc_schedule(); -- 2.24.0