mcabber/src/commands.c
changeset 369 499170ed71c9
parent 364 33b8e801ffa6
child 370 dd9e2eb52916
equal deleted inserted replaced
368:da50f08ea058 369:499170ed71c9
   567   if (!strcasecmp(arg, "top")) {
   567   if (!strcasecmp(arg, "top")) {
   568     scr_BufferTopBottom(-1);
   568     scr_BufferTopBottom(-1);
   569   } else if (!strcasecmp(arg, "bottom")) {
   569   } else if (!strcasecmp(arg, "bottom")) {
   570     scr_BufferTopBottom(1);
   570     scr_BufferTopBottom(1);
   571   } else if (!strcasecmp(arg, "clear")) {
   571   } else if (!strcasecmp(arg, "clear")) {
   572     scr_Clear();
   572     scr_BufferClear();
   573   } else
   573   } else
   574     scr_LogPrint("Unrecognized parameter!");
   574     scr_LogPrint("Unrecognized parameter!");
   575 }
   575 }
   576 
   576 
   577 static void do_clear(char *arg)    // Alias for "/buffer clear"
   577 static void do_clear(char *arg)    // Alias for "/buffer clear"