mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
doc/syntax updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3020 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7c7afe9f54
commit
5bf764ac14
@ -6,6 +6,7 @@
|
|||||||
-ircnet: the IRCNet
|
-ircnet: the IRCNet
|
||||||
-host: the host
|
-host: the host
|
||||||
-!: don't autojoin channels
|
-!: don't autojoin channels
|
||||||
|
-rawlog: immediately open rawlog after connected
|
||||||
|
|
||||||
This command makes irssi to connect to specified server.
|
This command makes irssi to connect to specified server.
|
||||||
Current connections are kept and a new one is created.
|
Current connections are kept and a new one is created.
|
||||||
|
@ -20,7 +20,8 @@ files.
|
|||||||
- Sends a DCC SEND request to remote client. Remote end has to accept
|
- Sends a DCC SEND request to remote client. Remote end has to accept
|
||||||
the request before the transmission can be started. Giving multiple files
|
the request before the transmission can be started. Giving multiple files
|
||||||
queues them. File names may contain shell expansion characters: * ? [] ~
|
queues them. File names may contain shell expansion characters: * ? [] ~
|
||||||
(~ expansion may not be supported on all platforms)
|
(~ expansion may not be supported on all platforms). Files with spaces
|
||||||
|
in their names need to be quoted (eg. "file name").
|
||||||
/DCC CLOSE <type> <nick> [<file>]
|
/DCC CLOSE <type> <nick> [<file>]
|
||||||
- Closes a DCC-connection. Type can be either SEND, GET or CHAT.
|
- Closes a DCC-connection. Type can be either SEND, GET or CHAT.
|
||||||
|
|
||||||
|
@ -112,7 +112,8 @@ static SERVER_CONNECT_REC *get_server_connect(const char *data, int *plus_addr,
|
|||||||
return conn;
|
return conn;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SYNTAX: CONNECT [-4 | -6] [-ssl] [-ircnet <ircnet>] [-host <hostname>]
|
/* SYNTAX: CONNECT [-4 | -6] [-ssl] [-noproxy] [-ircnet <ircnet>]
|
||||||
|
[-host <hostname>] [-rawlog <file>]
|
||||||
<address>|<chatnet> [<port> [<password> [<nick>]]] */
|
<address>|<chatnet> [<port> [<password> [<nick>]]] */
|
||||||
static void cmd_connect(const char *data)
|
static void cmd_connect(const char *data)
|
||||||
{
|
{
|
||||||
@ -213,7 +214,8 @@ static void sig_default_command_server(const char *data, SERVER_REC *server,
|
|||||||
signal_emit("command server connect", 3, data, server, item);
|
signal_emit("command server connect", 3, data, server, item);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SYNTAX: SERVER [-4 | -6] [-ssl] [-ircnet <ircnet>] [-host <hostname>]
|
/* SYNTAX: SERVER [-4 | -6] [-ssl] [-noproxy] [-ircnet <ircnet>]
|
||||||
|
[-host <hostname>] [-rawlog <file>]
|
||||||
[+]<address>|<chatnet> [<port> [<password> [<nick>]]] */
|
[+]<address>|<chatnet> [<port> [<password> [<nick>]]] */
|
||||||
static void cmd_server_connect(const char *data, SERVER_REC *server)
|
static void cmd_server_connect(const char *data, SERVER_REC *server)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user