+27Jan02=======================================================================
+1. make save work in cron context
22Jan02=======================================================================
1. limit spot dupe checking to first 12 characters
13Jan02=======================================================================
* split out all protocol elements into objects
* move all routing and broadcasting into a separate modules
+* conference, topical announces and broadcast talk
It is likely that you will want to run these commands in a crontab type
situation. You would do that something like:-
- 0 0 * * * run_cmd('save /tmp/dxstats echo "DXStat Table", "sh/dxstats"')
+ 0 0 * * * run_cmd('save /tmp/dxstats "echo DXStat Table", "sh/dxstats"')
Note that you still enclose each command with (") characters but you must
enclose the entire save command in (') characters.
}
return @out;
}
+
+sub run_cmd
+{
+ goto &DXCommandmode::run_cmd;
+}
1;
__END__