Assembla home | Assembla project page
 

Changeset 62

Show
Ignore:
Timestamp:
02/17/08 17:28:01 (9 months ago)
Author:
tobias382
Message:

Fixed a broken regular expression in the Nickserv plugin.

Files:

Legend:

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

    r61 r62  
    5656                    $this->doPrivmsg('NickServ', 'IDENTIFY ' . $password); 
    5757                } 
    58             } elseif (preg_match('/^.*' . $this->nick . '.* has been killed', $message)) { 
     58            } elseif (preg_match('/^.*' . $this->nick . '.* has been killed/', $message)) { 
    5959                $this->doNick($this->nick); 
    6060                $this->setIni('nick', $this->nick);