Update of /cvsroot/openrpg/openrpg1/orpg/templates/nodes
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17674/orpg/templates/nodes
Modified Files:
macro.xml
Log Message:
Dont change the name for blank macros
Index: macro.xml
===================================================================
RCS file: /cvsroot/openrpg/openrpg1/orpg/templates/nodes/macro.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** macro.xml 18 Oct 2006 21:50:18 -0000 1.4
--- macro.xml 9 Mar 2007 14:58:36 -0000 1.5
***************
*** 1,6 ****
<nodehandler class="macro_handler" icon="gear" module="chatmacro" name="Macro" version="1.0">
! <text>/name MyOtherName
! Hello, World
! /name MyRealName</text>
</nodehandler>
\ No newline at end of file
--- 1,4 ----
<nodehandler class="macro_handler" icon="gear" module="chatmacro" name="Macro" version="1.0">
! <text>/me used a blank macro</text>
</nodehandler>
\ No newline at end of file
|