- added 'dolater' as single shot variant of the sicscron command

This commit is contained in:
zolliker
2007-02-23 12:13:45 +00:00
parent 4ddd6e8f3c
commit ebbde45f33
2 changed files with 24 additions and 12 deletions

1
ofac.c
View File

@ -246,6 +246,7 @@
AddCommand(pInter,"udpquieck",QuieckAction,KillQuieck,NULL);
AddCommand(pInter,"alias",MakeAlias,NULL,NULL);
AddCommand(pInter,"sicscron",MakeCron,NULL,NULL);
AddCommand(pInter,"dolater",MakeCron,NULL,NULL);
AddCommand(pInter,"sicsdatafactory",SICSDataFactory,NULL,NULL);
AddCommand(pInter,"scriptcallback",CallbackScript,NULL,NULL);
AddCommand(pInter,"help",SicsHelp,KillHelp,NULL);