Changeset 167044b for perl/modules/IRC


Ignore:
Timestamp:
Aug 20, 2008, 2:16:43 AM (16 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
aef51f8
Parents:
5987370
Message:
Support string hook entries.
perlwrap.pm: Support calling and adding string hook entries in BarnOwl::Hook
IRC.pm: Switch our hooks to use string entries
Jabber.pm: Switch our hooks to use string entries
ModuleLoader.pm: No longer clear all hooks on reload

This should have the net effect that we can safely reload single
modules.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/IRC/lib/BarnOwl/Module/IRC.pm

    rd264c6d r167044b  
    120120}
    121121
    122 $BarnOwl::Hooks::startup->add(\&startup);
    123 $BarnOwl::Hooks::shutdown->add(\&shutdown);
    124 #$BarnOwl::Hooks::mainLoop->add(\&mainloop_hook);
     122$BarnOwl::Hooks::startup->add('BarnOwl::Module::IRC::startup');
     123$BarnOwl::Hooks::shutdown->add('BarnOwl::Module::IRC::shutdown');
    125124
    126125################################################################################
Note: See TracChangeset for help on using the changeset viewer.