Gumput is used by GumTree to provide feedback from batchfiles.

This commit is contained in:
hauser_n
2007-01-18 23:33:59 +00:00
parent 60c2b58c95
commit 50e0d51445
3 changed files with 124 additions and 0 deletions

1
ofac.c
View File

@ -216,6 +216,7 @@
AddCommand(pInter,"FileWhere",MacroWhere,WhereKill,NULL);
*/
AddCommand(pInter,"ClientPut",ClientPut,NULL,NULL);
AddCommand(pInter,"GumPut",GumPut,NULL,NULL);
AddCommand(pInter,"broadcast",Broadcast,NULL,NULL);
AddCommand(pInter,"transact",TransactAction,NULL,NULL);
AddCommand(pInter,"fulltransact",TransactAction,NULL,NULL);