Assembla home | Assembla project page
 

Changeset 126

Show
Ignore:
Timestamp:
03/05/08 19:50:40 (9 months ago)
Author:
tobias382
Message:

* Fixed a bug in the Logging plugin where the seen command response used the event source instead of the event nick
* Added to the willsee command response in the Logging plugin to address the person making the request

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Phergie/Plugin/Logging.php

    r114 r126  
    589589                    sprintf( 
    590590                        '%s: %s was last seen %s: %s (on %s)', 
    591                         $source
     591                        $target
    592592                        $user, 
    593593                        $this->actions[$row['type']], 
     
    729729 
    730730        // Return with a message including the prediction 
    731         $message = $user . ' is most likely to be online '; 
     731        $message = $target . ': ' . $user . ' is most likely to be online '; 
    732732        if ($prediction == 0) { 
    733733            $message .= 'now!';