diff options
author | Zach Copley <zach@status.net> | 2009-10-20 06:05:35 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-20 06:05:35 +0000 |
commit | 7539e26951ba9e1529d9a24a7a634861b7d080fe (patch) | |
tree | 0a29693316b05d2bddc5fdde6443a1b5b00a6742 /lib | |
parent | 109a54c4f08177cce82ef0f4a4ec8cd41ed2ecec (diff) |
- Make Twitter bridge work with unqueuemanager
- Add README
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unqueuemanager.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/unqueuemanager.php b/lib/unqueuemanager.php index 6cfe5bcbd..51261bcd7 100644 --- a/lib/unqueuemanager.php +++ b/lib/unqueuemanager.php @@ -48,11 +48,6 @@ class UnQueueManager jabber_public_notice($notice); } break; - case 'twitter': - if ($this->_isLocal($notice)) { - broadcast_twitter($notice); - } - break; case 'facebook': if ($this->_isLocal($notice)) { require_once INSTALLDIR . '/lib/facebookutil.php'; |