/[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.29 by flashcode, Sat Feb 12 21:21:54 2005 UTC revision 1.30 by flashcode, Sun Feb 20 00:08:23 2005 UTC
# Line 49  t_irc_command irc_commands[] = Line 49  t_irc_command irc_commands[] =
49      N_("action: 'send' (file) or 'chat'\n"      N_("action: 'send' (file) or 'chat'\n"
50      "nickname: nickname to send file or chat\n"      "nickname: nickname to send file or chat\n"
51      "file: filename (on local host)"),      "file: filename (on local host)"),
52      2, 3, 1, NULL, irc_cmd_send_dcc, NULL },      2, MAX_ARGS, 1, NULL, irc_cmd_send_dcc, NULL },
53    { "deop", N_("removes channel operator status from nickname(s)"),    { "deop", N_("removes channel operator status from nickname(s)"),
54      N_("nickname [nickname]"), "",      N_("nickname [nickname]"), "",
55      1, MAX_ARGS, 1, irc_cmd_send_deop, NULL, NULL },      1, MAX_ARGS, 1, irc_cmd_send_deop, NULL, NULL },

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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