src/parse.c
changeset 16 33245bf7873a
parent 15 f19c1f9b4cd3
child 18 4435146391ae
equal deleted inserted replaced
15:f19c1f9b4cd3 16:33245bf7873a
    59     "!on:       enables autolearning mode\r\n",
    59     "!on:       enables autolearning mode\r\n",
    60     "!off:      disables autolearning\r\n",
    60     "!off:      disables autolearning\r\n",
    61     "!debug:    prints some debug infos\r\n",
    61     "!debug:    prints some debug infos\r\n",
    62     "!vaccuum:  reorganizes the database\r\n",
    62     "!vaccuum:  reorganizes the database\r\n",
    63     "!logout:   Protected logout function\r\n",
    63     "!logout:   Protected logout function\r\n",
       
    64     NULL,
    64 };
    65 };
    65 
    66 
    66 const
    67 const
    67 char VISIBLE_ITEMS = 14;
    68 char VISIBLE_ITEMS = 14;
    68 
    69