From d68914e4f3a5844c19396a94e3ae41895a36e9a2 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 31 Aug 2010 00:20:05 -0400 Subject: is_autoreply -> isAutoreply --- plugins/Irc/IrcPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Irc') diff --git a/plugins/Irc/IrcPlugin.php b/plugins/Irc/IrcPlugin.php index 55645d92f..dc077eeab 100644 --- a/plugins/Irc/IrcPlugin.php +++ b/plugins/Irc/IrcPlugin.php @@ -244,7 +244,7 @@ class IrcPlugin extends ImPlugin { if ($this->handle_channel_command($user, $channel, $notice_text)) { common_log(LOG_INFO, "Command message by $nick handled."); return; - } else if ($this->is_autoreply($notice_text)) { + } else if ($this->isAutoreply($notice_text)) { common_log(LOG_INFO, 'Ignoring auto reply from ' . $nick); return; } else if ($this->is_otr($notice_text)) { -- cgit v1.2.3-54-g00ecf