diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-09-16 17:08:13 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-09-16 17:08:13 -0400 |
commit | eb4df223e6bb63c4a81e744c74b2f7fae335a8a0 (patch) | |
tree | 9dd6806d23898d5032f6f45d486f3ad1a6e1fc06 /scripts | |
parent | 219927cb7924a33a4e73aabe78218c0dc22bfc0c (diff) |
integrate local changes with Zach's
darcs-hash:20080916210813-84dde-c2cadb63b09f59ac6c76dc1205a56687de9483ce.gz
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/xmppdaemon.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index d5f543b40..8c2e6c168 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -301,7 +301,4 @@ $resource = ($argc > 1) ? $argv[1] : (common_config('xmpp','resource') . '-liste $daemon = new XMPPDaemon($resource); -if ($daemon->connect()) { - $daemon->set_status("Send me a message to post a notice"); - $daemon->handle(); -} +$daemon->runOnce(); |