From 764e0ab962018f41db6549393e98a64a7fe12a04 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 31 Aug 2010 00:03:37 -0400 Subject: receive_raw_message -> receiveRawMessage --- 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 38c87f74d..5434c4e7d 100644 --- a/plugins/Irc/IrcPlugin.php +++ b/plugins/Irc/IrcPlugin.php @@ -203,7 +203,7 @@ class IrcPlugin extends ImPlugin { * * @return boolean true if processing completed, false if message should be reprocessed */ - public function receive_raw_message($data) { + public function receiveRawMessage($data) { if (strpos($data['source'], '#') === 0) { $message = $data['message']; $parts = explode(' ', $message, 2); -- cgit v1.2.3-54-g00ecf