/[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.37 by flashcode, Sun Mar 13 23:36:47 2005 UTC revision 1.38 by flashcode, Wed Mar 16 21:49:51 2005 UTC
# Line 54  t_irc_command irc_commands[] = Line 54  t_irc_command irc_commands[] =
54      "nickname: nickname to send file or chat\n"      "nickname: nickname to send file or chat\n"
55      "file: filename (on local host)"),      "file: filename (on local host)"),
56      1, MAX_ARGS, 1, NULL, irc_cmd_send_dcc, NULL },      1, MAX_ARGS, 1, NULL, irc_cmd_send_dcc, NULL },
57      { "dehalfop", N_("removes half channel operator status from nickname(s)"),
58        N_("nickname [nickname]"), "",
59        1, MAX_ARGS, 1, irc_cmd_send_dehalfop, NULL, NULL },
60    { "deop", N_("removes channel operator status from nickname(s)"),    { "deop", N_("removes channel operator status from nickname(s)"),
61      N_("nickname [nickname]"), "",      N_("nickname [nickname]"), "",
62      1, MAX_ARGS, 1, irc_cmd_send_deop, NULL, NULL },      1, MAX_ARGS, 1, irc_cmd_send_deop, NULL, NULL },
# Line 64  t_irc_command irc_commands[] = Line 67  t_irc_command irc_commands[] =
67      "", "",      "", "",
68      0, 0, 1, NULL, irc_cmd_send_die, NULL },      0, 0, 1, NULL, irc_cmd_send_die, NULL },
69    { "error", N_("error received from IRC server"), "", "", 0, 0, 1, NULL, NULL, irc_cmd_recv_error },    { "error", N_("error received from IRC server"), "", "", 0, 0, 1, NULL, NULL, irc_cmd_recv_error },
70      { "halfop", N_("gives half channel operator status to nickname(s)"),
71        N_("nickname [nickname]"), "",
72        1, MAX_ARGS, 1, irc_cmd_send_halfop, NULL, NULL },
73    { "info", N_("get information describing the server"),    { "info", N_("get information describing the server"),
74      N_("[target]"),      N_("[target]"),
75      N_("target: server name"),      N_("target: server name"),

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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