forked from PsychoticNinja/irssi
parent
dbcfb7060b
commit
08b390b11b
@ -10,10 +10,11 @@
|
|||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Disconnects from one or more IRC servers; the list of all the servers you
|
Disconnects from an IRC server; the list of all the servers you are
|
||||||
are connected to can be retrieved via the SERVER command.
|
connected to can be retrieved via the SERVER command.
|
||||||
|
|
||||||
Use the wildcard character '*' if you want to disconnect from all servers.
|
Use the wildcard character '*' if you want to disconnect from the active
|
||||||
|
server.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
|
|
||||||
The target nickname or channel and the message to send.
|
The target nickname or channel and the message to send.
|
||||||
|
|
||||||
|
Use the wildcard character '*' if you want to use the active nickname or
|
||||||
|
channel.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Sends a message to a nickname or channel.
|
Sends a message to a nickname or channel.
|
||||||
@ -19,6 +22,7 @@
|
|||||||
|
|
||||||
/MSG mike Hi, what's up?
|
/MSG mike Hi, what's up?
|
||||||
/MSG #irssi I am awesome :)
|
/MSG #irssi I am awesome :)
|
||||||
|
/MSG * Do you want to build a snowman?
|
||||||
|
|
||||||
%9See also:%9 ACTION, DCC, JOIN
|
%9See also:%9 ACTION, DCC, JOIN
|
||||||
|
|
||||||
|
@ -321,7 +321,7 @@ static void cmd_quit(const char *data)
|
|||||||
signal_emit("gui exit", 0);
|
signal_emit("gui exit", 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SYNTAX: MSG [-<server tag>] [-channel | -nick] <targets> <message> */
|
/* SYNTAX: MSG [-<server tag>] [-channel | -nick] *|<targets> <message> */
|
||||||
static void cmd_msg(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
static void cmd_msg(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
||||||
{
|
{
|
||||||
GHashTable *optlist;
|
GHashTable *optlist;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user