Changeset 16138b0
- Timestamp:
- Feb 12, 2007, 10:04:13 PM (18 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 38d70f3
- Parents:
- 93e883d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perlwrap.pm
r467aa16 r16138b0 324 324 { 325 325 local $reload = 1; 326 BarnOwl::mainloop_hook() ;326 BarnOwl::mainloop_hook() if *BarnOwl::mainloop_hook{CODE}; 327 327 } 328 328 329 329 @BarnOwl::Hooks::onMainLoop = (); 330 330 @BarnOwl::Hooks::onStartSubs = (); … … 431 431 { 432 432 runHook(\@onMainLoop); 433 BarnOwl::mainloo k_hook() if *BarnOwl::mainloop_hook{CODE};433 BarnOwl::mainloop_hook() if *BarnOwl::mainloop_hook{CODE}; 434 434 } 435 435
Note: See TracChangeset
for help on using the changeset viewer.