summaryrefslogtreecommitdiff
path: root/plugins/Enjit/enjitqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Enjit/enjitqueuehandler.php')
-rw-r--r--plugins/Enjit/enjitqueuehandler.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/plugins/Enjit/enjitqueuehandler.php b/plugins/Enjit/enjitqueuehandler.php
index f0e706b92..14085cc5e 100644
--- a/plugins/Enjit/enjitqueuehandler.php
+++ b/plugins/Enjit/enjitqueuehandler.php
@@ -32,14 +32,7 @@ class EnjitQueueHandler extends QueueHandler
return 'enjit';
}
- function start()
- {
- $this->log(LOG_INFO, "Starting EnjitQueueHandler");
- $this->log(LOG_INFO, "Broadcasting to ".common_config('enjit', 'apiurl'));
- return true;
- }
-
- function handle_notice($notice)
+ function handle($notice)
{
$profile = Profile::staticGet($notice->profile_id);