diff options
Diffstat (limited to 'scripts/getvaliddaemons.php')
-rwxr-xr-x | scripts/getvaliddaemons.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php index 0996ba9f4..4e49f9bd4 100755 --- a/scripts/getvaliddaemons.php +++ b/scripts/getvaliddaemons.php @@ -40,6 +40,12 @@ if(common_config('xmpp','enabled')) { echo "xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php "; echo "xmppconfirmhandler.php "; } +if(common_config('memcached','enabled')) { + echo "memcachedqueuehandler.php "; +} +if(common_config('twitterbridge','enabled')) { + echo "twitterstatusfetcher.php "; +} echo "ombqueuehandler.php "; echo "twitterqueuehandler.php "; echo "facebookqueuehandler.php "; |