Assembla home | Assembla project page
 

Changeset 253

Show
Ignore:
Timestamp:
04/30/08 06:40:51 (7 months ago)
Author:
Slynderdale
Message:

Fixed a bug in Lart where it didn't allow you to forget larts.

Files:

Legend:

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

    r237 r253  
    378378                } 
    379379            } 
    380         } else if (preg_match('/^' . $exp . 'forget\s+(.*)$/i', $message, $match)) { 
     380        } else if (preg_match('/^(' . $exp . ')?forget\s+(.*)$/i', $message, $match)) { 
    381381            if (!$adminOnly || $this->fromAdmin()) { 
    382382                list(, $address, $name) = array_pad($match, 3, null);