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.
{
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();