Pull out the 'tweetctl' queue for now; these should go over control signals, and actual handling isn't implemented yet anyway.

This commit is contained in:
Brion Vibber
2010-11-02 16:51:07 -07:00
parent a2f0f68d75
commit 9cbda32768
2 changed files with 2 additions and 8 deletions

View File

@@ -279,9 +279,6 @@ class TwitterBridgePlugin extends Plugin
// Incoming statuses <- twitter
$manager->connect('tweetin', 'TweetInQueueHandler');
// Control messages from our web interface to the import daemon
$manager->connect('tweetctl', 'TweetCtlQueueHandler', 'twitter');
}
return true;
}