equal
deleted
inserted
replaced
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 |