Changeset 73
- Timestamp:
- 02/25/08 07:04:03 (9 months ago)
- Files:
-
- trunk/Phergie/Plugin/Daddy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Plugin/Daddy.php
r72 r73 23 23 $text = $this->event->getArgument(1); 24 24 if (preg_match('/' . $bot . '\s*:?\s+?who\'?s your daddy\??/iAD', $text)) { 25 if($this->getIni('curses') === 'true'&& rand(0,10) === 10) {25 if($this->getIni('curses') === true && rand(0,10) === 10) { 26 26 $this->doPrivmsg($this->event->getSource(), $this->event->getNick() . ': I am your daddy, bitch!'); 27 27 } else {