Tuesday, August 18, 2009 at 7:51 PM.

godsTweetSuite.background.everyHour

<<Changes
	<<5/9/09; 3:57:34 PM by DW
		<<Respect the enabled boolean.
	<<5/4/09; 1:17:09 PM by DW
		<<Created. 
local (adrconfig = @config.godTweets, adraccount);
for adraccount in adrconfig {
	local (accountname = nameof (adraccount^));
	local (adrdata = godsTweetSuite.init (accountname));
	if adrdata^.prefs.enabled {
		bundle { //callbacks
			local (adrscript);
			for adrscript in @adrdata^.callbacks.beforeEveryHour {
				while typeof (adrscript^) == addresstype {
					adrscript = adrscript^};
				try {adrscript^ ()}}};
		<<godsTweetSuite.synchSubs (accountname)
		godsTweetSuite.getOwnerProfile (accountname);
		godsTweetSuite.checkProfiles (accountname);
		godsTweetSuite.checkImages (accountname)}}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.