-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
29 lines (21 loc) · 1.05 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/***************************************
* http://www.program-o.com
* PROGRAM O
* Version: 2.4.8
* FILE: TODO
* AUTHOR: Elizabeth Perreau and Dave Morton
* DATE: 02-18-2013
* DETAILS: List of things to accomplish for the next revision
***************************************/
1.) Add functionality for botmasters to see what inputs triggered the default
response category, so that they may be able to more easily determine what
AIML categories need to be added.
2.) Add a page to the admin script that helps botmasters create new AIML categories
based on the functionality mentioned in item 1, above.
3.) Add a page to the admin script that allows botmasters to edit the config file
directly.
4.) Add row count for AIML files in the admin/download page
"select count(*) from aiml where filename = '$fileName'"
5.) Create/modify some bot-level configurable default values so that botmasters can use their own
values, based on their chatbot's "native language".
6.) Finish the parse_eval_tag() function.