Assembla home | Assembla project page
 

Changeset 77

Show
Ignore:
Timestamp:
02/25/08 22:59:33 (9 months ago)
Author:
Seldaek
Message:

* Lart: bugfix for "foo is foo is bar"

Files:

Legend:

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

    r68 r77  
    194194        } 
    195195 
    196         if (preg_match('/^(' . $nick . ':?\s*)?(.*) is (.*)$/i', $message, $match)) { 
     196        if (preg_match('/^(' . $nick . ':?\s*)?(.*?) is (.*)$/i', $message, $match)) { 
    197197            list (, $address, $name, $definition) = $match; 
    198198            if (empty ($address) || $source[0] == '#') {