/[weechat]/weechat/src/irc/irc-commands.c
ViewVC logotype

Diff of /weechat/src/irc/irc-commands.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by flashcode, Sun Feb 27 02:40:12 2005 UTC revision 1.33 by flashcode, Sun Feb 27 13:25:36 2005 UTC
# Line 85  t_irc_command irc_commands[] = Line 85  t_irc_command irc_commands[] =
85      N_("nickname: nickname\ncomment: comment for kill"),      N_("nickname: nickname\ncomment: comment for kill"),
86      2, MAX_ARGS, 1, NULL, irc_cmd_send_kill, NULL },      2, MAX_ARGS, 1, NULL, irc_cmd_send_kill, NULL },
87    { "links", N_("list all servernames which are known by the server answering the query"),    { "links", N_("list all servernames which are known by the server answering the query"),
88      N_("[[remove_server] server_mask]"),      N_("[[server] server_mask]"),
89      N_("remote_server: this server should answer the query\n"      N_("server: this server should answer the query\n"
90      "server_mask: list of servers must match this mask"),      "server_mask: list of servers must match this mask"),
91      0, 2, 1, NULL, irc_cmd_send_links, NULL },      0, 2, 1, NULL, irc_cmd_send_links, NULL },
92    { "list", N_("list channels and their topic"),    { "list", N_("list channels and their topic"),
# Line 104  t_irc_command irc_commands[] = Line 104  t_irc_command irc_commands[] =
104      0, MAX_ARGS, 1, NULL, irc_cmd_send_me, NULL },      0, MAX_ARGS, 1, NULL, irc_cmd_send_me, NULL },
105    { "mode", N_("change channel or user mode"),    { "mode", N_("change channel or user mode"),
106      N_("{ channel {[+|-]|o|p|s|i|t|n|b|v} [limit] [user] [ban mask] } | "      N_("{ channel {[+|-]|o|p|s|i|t|n|b|v} [limit] [user] [ban mask] } | "
107      "{ nickname {[+|-]|i|w|s|o}"),      "{ nickname {[+|-]|i|w|s|o} }"),
108      N_("channel modes:\n"      N_("channel modes:\n"
109      "  channel: channel name to modify\n"      "  channel: channel name to modify\n"
110      "  o: give/take channel operator privileges\n"      "  o: give/take channel operator privileges\n"

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26