mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Remove unused parameter to /ECHO
This commit is contained in:
parent
26d96a7bb2
commit
8479ff7a2e
2 changed files with 3 additions and 4 deletions
|
|
@ -68,7 +68,7 @@ static const char *current_cmdline;
|
|||
static GTimeVal time_command_last, time_command_now;
|
||||
static int last_command_cmd, command_cmd;
|
||||
|
||||
/* SYNTAX: ECHO [-current] [-window <name>] [-level <level>] <text> */
|
||||
/* SYNTAX: ECHO [-window <name>] [-level <level>] <text> */
|
||||
static void cmd_echo(const char *data, void *server, WI_ITEM_REC *item)
|
||||
{
|
||||
WINDOW_REC *window;
|
||||
|
|
@ -343,7 +343,7 @@ void fe_core_commands_init(void)
|
|||
signal_add("error command", (SIGNAL_FUNC) event_cmderror);
|
||||
signal_add("list subcommands", (SIGNAL_FUNC) event_list_subcommands);
|
||||
|
||||
command_set_options("echo", "current +level +window");
|
||||
command_set_options("echo", "+level +window");
|
||||
}
|
||||
|
||||
void fe_core_commands_deinit(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue