- Fixed a bug with hlist -val

This commit is contained in:
koennecke
2008-03-05 09:50:32 +00:00
parent fb3158ac98
commit d97d05cc1c
6 changed files with 87 additions and 4 deletions

1
ofac.c
View File

@ -247,6 +247,7 @@
AddCommand(pInter,"commandlog",CommandLog,CommandLogClose,NULL);
AddCommand(pInter,"udpquieck",QuieckAction,KillQuieck,NULL);
AddCommand(pInter,"alias",MakeAlias,NULL,NULL);
AddCommand(pInter,"findalias",LocateAliasAction,NULL,NULL);
AddCommand(pInter,"sicscron",MakeCron,NULL,NULL);
AddCommand(pInter,"dolater",MakeCron,NULL,NULL);
AddCommand(pInter,"sicsdatafactory",SICSDataFactory,NULL,NULL);