/[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.39 by flashcode, Mon Mar 21 06:18:03 2005 UTC revision 1.40 by flashcode, Tue Apr 19 21:02:59 2005 UTC
# Line 152  t_irc_command irc_commands[] = Line 152  t_irc_command irc_commands[] =
152      N_("[channel[,channel]]"), N_("channel: channel name"),      N_("[channel[,channel]]"), N_("channel: channel name"),
153      0, 1, 1, NULL, irc_cmd_send_names, NULL },      0, 1, 1, NULL, irc_cmd_send_names, NULL },
154    { "nick", N_("change current nickname"),    { "nick", N_("change current nickname"),
155      N_("nickname"), N_("nickname: new nickname for current IRC server"),      N_("[-all] nickname"),
156      1, 1, 1, irc_cmd_send_nick, NULL, irc_cmd_recv_nick },      N_("-all: set new nickname for all connected servers\n"
157        "nickname: new nickname"),
158        1, 2, 1, irc_cmd_send_nick, NULL, irc_cmd_recv_nick },
159    { "notice", N_("send notice message to user"),    { "notice", N_("send notice message to user"),
160      N_("nickname text"), N_("nickname: user to send notice to\ntext: text to send"),      N_("nickname text"), N_("nickname: user to send notice to\ntext: text to send"),
161      2, MAX_ARGS, 1, NULL, irc_cmd_send_notice, irc_cmd_recv_notice },      2, MAX_ARGS, 1, NULL, irc_cmd_send_notice, irc_cmd_recv_notice },
# Line 321  t_irc_command irc_commands[] = Line 323  t_irc_command irc_commands[] =
323    { "333", N_("infos about topic (nick & date changed)"),    { "333", N_("infos about topic (nick & date changed)"),
324      "", "",      "", "",
325      0, 0, 1, NULL, NULL, irc_cmd_recv_333 },      0, 0, 1, NULL, NULL, irc_cmd_recv_333 },
326      { "341", N_("inviting"), "", "", 0, 0, 1, NULL, NULL, irc_cmd_recv_341 },
327    { "351", N_("server version"), "", "", 0, 0, 1, NULL, NULL, irc_cmd_recv_351 },    { "351", N_("server version"), "", "", 0, 0, 1, NULL, NULL, irc_cmd_recv_351 },
328    { "352", N_("who"), "", "", 0, 0, 1, NULL, NULL, irc_cmd_recv_352 },    { "352", N_("who"), "", "", 0, 0, 1, NULL, NULL, irc_cmd_recv_352 },
329    { "353", N_("list of nicks on channel"),    { "353", N_("list of nicks on channel"),

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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