mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Added syntaxes of all commands in comments, they're going to be used to
autogenerate help files. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@529 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3e9164df1b
commit
c529fe0096
27 changed files with 186 additions and 21 deletions
|
|
@ -669,6 +669,7 @@ static void event_command(const char *line, SERVER_REC *server, void *item)
|
|||
parse_command(line, expand_aliases, server, item);
|
||||
}
|
||||
|
||||
/* SYNTAX: EVAL <command(s)> */
|
||||
static void cmd_eval(const char *data, SERVER_REC *server, void *item)
|
||||
{
|
||||
g_return_if_fail(data != NULL);
|
||||
|
|
@ -676,6 +677,7 @@ static void cmd_eval(const char *data, SERVER_REC *server, void *item)
|
|||
eval_special_string(data, "", server, item);
|
||||
}
|
||||
|
||||
/* SYNTAX: CD <directory> */
|
||||
static void cmd_cd(const char *data)
|
||||
{
|
||||
char *str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue