updates.
[silc.git] / apps / irssi / src / silc / core / silc-servers.c
index 05c76845519300b21dd251a7238e0b39036b8bf8..566b269a5c353dda7b44ae3ea660065774155839 100644 (file)
@@ -318,7 +318,7 @@ void silc_command_exec(SILC_SERVER_REC *server,
   ctx->argv_types = argv_types;
   
   /* Execute command */
-  (*cmd->cb)(ctx);
+  (*cmd->cb)(ctx, NULL);
 }
 
 /* Generic command function to call any SILC command directly. */