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):
%3 irc::logger::update_log irc::logger::update_log (public) irc::logger::scheduled_update irc::logger::scheduled_update irc::logger::scheduled_update->irc::logger::update_log

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_id
XQL 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

[ hide source ] | [ make this the default ]
Show another procedure: