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

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

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

revision 1.17 by flashcode, Sat Mar 5 19:19:37 2005 UTC revision 1.18 by flashcode, Thu Apr 7 18:58:01 2005 UTC
# Line 392  completion_build_list (t_completion *com Line 392  completion_build_list (t_completion *com
392              completion_stop (completion);              completion_stop (completion);
393          return;          return;
394      }      }
395        if (strcasecmp (completion->base_command, "me") == 0)
396        {
397            completion->context = COMPLETION_NICK;
398            return;
399        }
400      if (strcasecmp (completion->base_command, "notice") == 0)      if (strcasecmp (completion->base_command, "notice") == 0)
401      {      {
402          if (completion->base_command_arg != 1)          if (completion->base_command_arg != 1)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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