Assembla home | Assembla project page
 

Changeset 25

Show
Ignore:
Timestamp:
02/09/08 15:02:07 (10 months ago)
Author:
tobias382
Message:

Added a comment regarding Freenode's 5 minute delay for displaying QUIT
messages to the Quit plugin.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Phergie/Event/Handler/Quit.php

    r24 r25  
    1010    public function onDoQuit(Phergie_Event_Request $event) 
    1111    { 
     12        /* 
     13        Note: The Freenode IRC daemon will display "Client Quit" in place of  
     14        this reason if the bot has not been connected for at least 5 minutes 
     15        prior to disconnecting. It is possible that IRC daemons for other  
     16        networks have similar behavior. 
     17        */ 
    1218        $this->doQuit('by request of ' . $event->getNick()); 
    1319    }