Changeset 62
- Timestamp:
- 02/17/08 17:28:01 (9 months ago)
- Files:
-
- trunk/Phergie/Plugin/Nickserv.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Plugin/Nickserv.php
r61 r62 56 56 $this->doPrivmsg('NickServ', 'IDENTIFY ' . $password); 57 57 } 58 } elseif (preg_match('/^.*' . $this->nick . '.* has been killed ', $message)) {58 } elseif (preg_match('/^.*' . $this->nick . '.* has been killed/', $message)) { 59 59 $this->doNick($this->nick); 60 60 $this->setIni('nick', $this->nick);