Fixed -C option to work on command line. Bug #16.
[silc.git] / apps / irssi / src / silc / core / silc-channels.c
index a9b8c9539affadfc679b0158a787348144e3b549..f2ed992655fc3a5b352fe943c0fb08b6866807d5 100644 (file)
@@ -175,7 +175,7 @@ static void command_part(const char *data, SILC_SERVER_REC *server,
   chanrec->left = TRUE;
   silc_command_exec(server, "LEAVE", chanrec->name);
   signal_stop();
-  
+
   channel_destroy(CHANNEL(chanrec));
 }