Author: sayer
Date: 2008-10-14 21:42:53 +0200 (Tue, 14 Oct 2008)
New Revision: 1114

Modified:
   trunk/apps/dsm/doc/Readme.dsm.txt
   trunk/apps/dsm/doc/dsm_syntax.txt
Log:
corrected doc for new dsm functionality

Modified: trunk/apps/dsm/doc/Readme.dsm.txt
===================================================================
--- trunk/apps/dsm/doc/Readme.dsm.txt   2008-10-14 19:41:23 UTC (rev 1113)
+++ trunk/apps/dsm/doc/Readme.dsm.txt   2008-10-14 19:42:53 UTC (rev 1114)
@@ -32,7 +32,9 @@
 The DonkeySM can be extended by modules, which add new conditions
 and actions to the language. This way, menuing system etc can be 
 implemented as DSM, while complex logic or processing can efficitently 
-be implemented in C++. DonkeySM also has built in actions to call 
+be implemented in C++. Modules can act on new sessions, and have a 
+initialization function that is called when the module is loaded.
+DonkeySM also has built in actions to call 
 DI methods from other modules. 
 
 It can cache a set of prompts, configured at start, in memory 

Modified: trunk/apps/dsm/doc/dsm_syntax.txt
===================================================================
--- trunk/apps/dsm/doc/dsm_syntax.txt   2008-10-14 19:41:23 UTC (rev 1113)
+++ trunk/apps/dsm/doc/dsm_syntax.txt   2008-10-14 19:42:53 UTC (rev 1114)
@@ -38,7 +38,7 @@
  stopRecord()
  closePlaylist()
 
- setPromptSet() 
+ setPromptSet(name) 
    if more prompt sets are loaded
 
  set($var, value)

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to