src/parse.c
changeset 10 311ea5fa60dd
parent 8 3152de03758e
child 11 a769385a59c6
equal deleted inserted replaced
9:aff6726b8b87 10:311ea5fa60dd
    34     "!on:       enables autolearning mode\r\n",
    34     "!on:       enables autolearning mode\r\n",
    35     "!off:      disables autolearning\r\n",
    35     "!off:      disables autolearning\r\n",
    36     "!debug:    prints some debug infos\r\n",
    36     "!debug:    prints some debug infos\r\n",
    37     "!vaccuum:  reorganizes the database\r\n",
    37     "!vaccuum:  reorganizes the database\r\n",
    38     "!logout:   Protected logout function\r\n",
    38     "!logout:   Protected logout function\r\n",
    39     NULL,
       
    40 };
    39 };
    41 
    40 
    42 const
    41 const
    43 char ITEMS = 14;
    42 char ITEMS = 14;
    44 
    43