/[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.9 by flashcode, Sat Oct 4 14:35:12 2003 UTC revision 1.10 by flashcode, Sat Oct 4 23:22:46 2003 UTC
# Line 124  t_irc_command irc_commands[] = Line 124  t_irc_command irc_commands[] =
124      N_("user/password: used to get privileges on current IRC server"),      N_("user/password: used to get privileges on current IRC server"),
125      2, 2, 1, irc_cmd_send_oper, NULL, NULL },      2, 2, 1, irc_cmd_send_oper, NULL, NULL },
126    { "part", N_("leave a channel"),    { "part", N_("leave a channel"),
127      N_("[channel[,channel]]"), N_("channel: channel name to join"),      N_("[channel[,channel]]"), N_("channel: channel name to leave"),
128      0, MAX_ARGS, 1, NULL, irc_cmd_send_part, irc_cmd_recv_part },      0, MAX_ARGS, 1, NULL, irc_cmd_send_part, irc_cmd_recv_part },
129    { "ping", N_("ping server"),    { "ping", N_("ping server"),
130      N_("server1 [server2]"),      N_("server1 [server2]"),

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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