From c54ef9b8b646c244a679527ff886ba3abfc92c61 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 31 Aug 2010 00:21:51 -0400 Subject: is_otr -> isOtr --- plugins/Irc/IrcPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Irc/IrcPlugin.php') diff --git a/plugins/Irc/IrcPlugin.php b/plugins/Irc/IrcPlugin.php index dc077eeab..7a53e5cbf 100644 --- a/plugins/Irc/IrcPlugin.php +++ b/plugins/Irc/IrcPlugin.php @@ -247,7 +247,7 @@ class IrcPlugin extends ImPlugin { } else if ($this->isAutoreply($notice_text)) { common_log(LOG_INFO, 'Ignoring auto reply from ' . $nick); return; - } else if ($this->is_otr($notice_text)) { + } else if ($this->isOtr($notice_text)) { common_log(LOG_INFO, 'Ignoring OTR from ' . $nick); return; } else { -- cgit v1.2.3-54-g00ecf