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 --- lib/implugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/implugin.php') diff --git a/lib/implugin.php b/lib/implugin.php index 19624095d..8cbf7d33e 100644 --- a/lib/implugin.php +++ b/lib/implugin.php @@ -117,7 +117,7 @@ abstract class ImPlugin extends Plugin * * @return boolean true if processing completed, false for temporary failures */ - abstract function receive_raw_message($data); + abstract function receiveRawMessage($data); /** * get the screenname of the daemon that sends and receives message for this service -- cgit v1.2.3-54-g00ecf