Update XChat to r1507

This commit is contained in:
Berke Viktor 2012-05-13 14:33:30 +02:00
parent 96aef542ef
commit 3f556398b3
1 changed files with 5 additions and 5 deletions

View File

@ -3496,7 +3496,7 @@ const struct commands xc_cmds[] = {
{"ALLCHAN", cmd_allchannels, 0, 0, 1,
N_("ALLCHAN <cmd>, sends a command to all channels you're in")},
{"ALLCHANL", cmd_allchannelslocal, 0, 0, 1,
N_("ALLCHANL <cmd>, sends a command to all channels you're in")},
N_("ALLCHANL <cmd>, sends a command to all channels on the current server")},
{"ALLSERV", cmd_allservers, 0, 0, 1,
N_("ALLSERV <cmd>, sends a command to all servers you're in")},
{"AWAY", cmd_away, 1, 0, 1, N_("AWAY [<reason>], sets you away")},
@ -3504,7 +3504,7 @@ const struct commands xc_cmds[] = {
{"BAN", cmd_ban, 1, 1, 1,
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, 0},
{"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")},
{"CLOSE", cmd_close, 0, 0, 1, N_("CLOSE, Closes the current window/tab")},
@ -3651,9 +3651,9 @@ const struct commands xc_cmds[] = {
N_("SERVER <host> [<port>] [<password>], connects to a server, the default port is 6667")},
#endif
{"SET", cmd_set, 0, 0, 1, N_("SET [-e] [-off|-on] [-quiet] <variable> [<value>]")},
{"SETCURSOR", cmd_setcursor, 0, 0, 1, N_("SETCURSOR [-|+]<position>")},
{"SETTAB", cmd_settab, 0, 0, 1, 0},
{"SETTEXT", cmd_settext, 0, 0, 1, 0},
{"SETCURSOR", cmd_setcursor, 0, 0, 1, N_("SETCURSOR [-|+]<position>, reposition the cursor in the inputbox")},
{"SETTAB", cmd_settab, 0, 0, 1, N_("SETTAB <new name>, change a tab's name, tab_trunc limit still applies")},
{"SETTEXT", cmd_settext, 0, 0, 1, N_("SETTEXT <new text>, replace the text in the input box")},
{"SPLAY", cmd_splay, 0, 0, 1, "SPLAY <soundfile>"},
{"TOPIC", cmd_topic, 1, 1, 1,
N_("TOPIC [<topic>], sets the topic if one is given, else shows the current topic")},