diff options
author | TingPing <TingPing@users.noreply.github.com> | 2013-08-25 11:16:49 -0400 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2013-08-25 11:16:49 -0400 |
commit | 4e775df15643eaa7f0a4e00e3b90f5116976ea4f (patch) | |
tree | 4f756130b8df9a9f46610a84a3a9afb53e0a088d /src/common/outbound.c | |
parent | bf0ff9838513f88e98e495590de040f6ce0bb48c (diff) |
Update CLEAR and MSG help message
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r-- | src/common/outbound.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c index a325fee4..a35ba429 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -3815,7 +3815,7 @@ const struct commands xc_cmds[] = { N_("BAN <mask> [<bantype>], bans everyone matching the mask from the current channel. If they are already on the channel this doesn't kick them (needs chanop)")}, {"CHANOPT", cmd_chanopt, 0, 0, 1, N_("CHANOPT [-quiet] <variable> [<value>]")}, {"CHARSET", cmd_charset, 0, 0, 1, N_("CHARSET [<encoding>], get or set the encoding used for the current connection")}, - {"CLEAR", cmd_clear, 0, 0, 1, N_("CLEAR [ALL|HISTORY], Clears the current text window or command history")}, + {"CLEAR", cmd_clear, 0, 0, 1, N_("CLEAR [ALL|HISTORY|[-]<amount>], Clears the current text window or command history")}, {"CLOSE", cmd_close, 0, 0, 1, N_("CLOSE [-m], Closes the current window/tab or all queries")}, {"COUNTRY", cmd_country, 0, 0, 1, @@ -3916,7 +3916,7 @@ const struct commands xc_cmds[] = { {"MODE", cmd_mode, 1, 0, 1, 0}, {"MOP", cmd_mop, 1, 1, 1, N_("MOP, Mass op's all users in the current channel (needs chanop)")}, - {"MSG", cmd_msg, 0, 0, 1, N_("MSG <nick> <message>, sends a private message")}, + {"MSG", cmd_msg, 0, 0, 1, N_("MSG <nick> <message>, sends a private message, message \".\" to send to last nick or prefix with \"=\" for dcc chat")}, {"NAMES", cmd_names, 1, 0, 1, N_("NAMES, Lists the nicks on the current channel")}, |