mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +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
|
|
@ -261,6 +261,7 @@ static void sig_server_looking(IRC_SERVER_REC *server)
|
|||
}
|
||||
|
||||
/* Remove all servers from reconnect list */
|
||||
/* SYNTAX: RMRECONNS */
|
||||
static void cmd_rmreconns(void)
|
||||
{
|
||||
while (reconnects != NULL)
|
||||
|
|
@ -282,6 +283,7 @@ static RECONNECT_REC *reconnect_find_tag(int tag)
|
|||
}
|
||||
|
||||
/* Try to reconnect immediately */
|
||||
/* SYNTAX: RECONNECT <tag> */
|
||||
static void cmd_reconnect(const char *data, IRC_SERVER_REC *server)
|
||||
{
|
||||
IRC_SERVER_CONNECT_REC *conn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue