We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4e0d8 commit 1bfce97Copy full SHA for 1bfce97
Phergie/Plugin/Remind.php
@@ -165,12 +165,10 @@ protected function handleRemind($recipient, $message)
165
$source = $this->getEvent()->getSource();
166
$nick = $this->getEvent()->getNick();
167
168
- // The bot shouldn't be the recipient
169
- // Fix for issue #211
170
$myself = $this->getConnection()->getNick();
171
if ($myself == $recipient) {
172
- $this->doPrivmsg($source, '<meme>You are doing it wrong</meme>');
173
- return;
+ $this->doPrivmsg($source, 'You can\'t send reminders to me.');
+ return;
174
}
175
176
if (!$this->getEvent()->isInChannel()) {
0 commit comments