/[weechat]/weechat/src/common/weechat.c
ViewVC logotype

Diff of /weechat/src/common/weechat.c

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

revision 1.38 by flashcode, Thu Mar 10 15:49:49 2005 UTC revision 1.39 by flashcode, Thu Mar 10 17:20:15 2005 UTC
# Line 267  void wee_display_commands (int weechat_c Line 267  void wee_display_commands (int weechat_c
267                  printf ("  %s\n\n", _(weechat_commands[i].arguments));                  printf ("  %s\n\n", _(weechat_commands[i].arguments));
268              else              else
269                  printf ("\n\n");                  printf ("\n\n");
270                printf ("%s\n\n", _(weechat_commands[i].command_description));
271              if (weechat_commands[i].arguments_description &&              if (weechat_commands[i].arguments_description &&
272                  weechat_commands[i].arguments_description[0])                  weechat_commands[i].arguments_description[0])
273                  printf ("%s\n\n",                  printf ("%s\n\n",
# Line 289  void wee_display_commands (int weechat_c Line 290  void wee_display_commands (int weechat_c
290                      printf ("  %s\n\n", _(irc_commands[i].arguments));                      printf ("  %s\n\n", _(irc_commands[i].arguments));
291                  else                  else
292                      printf ("\n\n");                      printf ("\n\n");
293                    printf ("%s\n\n", _(irc_commands[i].command_description));
294                  if (irc_commands[i].arguments_description &&                  if (irc_commands[i].arguments_description &&
295                      irc_commands[i].arguments_description[0])                      irc_commands[i].arguments_description[0])
296                      printf ("%s\n\n",                      printf ("%s\n\n",

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

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