Show
Ignore:
Timestamp:
02/17/08 21:37:06 (5 years ago)
Author:
tobias382
Message:

* Moved Phergie_Event_Handler to Phergie_Plugin_Abstract_Base and updated all references accordingly
* Updated the Lart plugin to account for the gender configuration setting when performing an action after detecting a circular alias

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Phergie/Plugin/Daddy.php

    r60 r68  
    22 
    33/** 
    4 * @see Phergie_Event_Handler 
     4* @see Phergie_Plugin_Abstract_Base 
    55*/ 
    6 require_once 'Phergie/Event/Handler.php'; 
     6require_once 'Phergie/Plugin/Abstract/Base.php'; 
    77 
    88/** 
     
    1010* "Who's your daddy?" 
    1111*/ 
    12 class Phergie_Plugin_Daddy extends Phergie_Event_Handler 
     12class Phergie_Plugin_Daddy extends Phergie_Plugin_Abstract_Base 
    1313{ 
    1414    /**