Changeset 77
- Timestamp:
- 02/25/08 22:59:33 (5 years ago)
- Files:
-
- 1 modified
-
trunk/Phergie/Plugin/Lart.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Phergie/Plugin/Lart.php
r68 r77 194 194 } 195 195 196 if (preg_match('/^(' . $nick . ':?\s*)?(.* ) is (.*)$/i', $message, $match)) {196 if (preg_match('/^(' . $nick . ':?\s*)?(.*?) is (.*)$/i', $message, $match)) { 197 197 list (, $address, $name, $definition) = $match; 198 198 if (empty ($address) || $source[0] == '#') {