irc::logger::scheduled_update (public)
irc::logger::scheduled_update -package_id package_id
Defined in packages/irc-logger/tcl/irc-logger-procs.tcl
Scheduled procedure to check for updates of today's IRC log.
- Switches:
- -package_id (required)
- The package_id of the mounted IRC logger instance to get the log for.
- Returns:
- none
- Error:
- none
- Author:
- Bart Teeuwisse <bart.teeuwisse@thecodemill.biz>
- Created:
- 2003-01-27
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # The current log has the name of today's date in the GMT # timezone. set gmt_today [clock format [clock seconds] -format %Y-%m-%d -gmt true] irc::logger::update_log -date $gmt_today -package_id $package_idXQL Not present: Oracle Generic XQL file: packages/irc-logger/tcl/irc-logger-procs.xql
PostgreSQL XQL file: packages/irc-logger/tcl/irc-logger-procs-postgresql.xql