X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fxmppdaemon.php;h=e52e2a6afe6d3fdcb6293a2f340b00dd86102739;hb=cc662ec1e6185c48fdd78aeef5aaa73c5da06293;hp=b2efc07c38c644092b4a1549761efb01af99c330;hpb=f719720e8ad3b09d664e33172bafef2b0fb91eea;p=quix0rs-gnu-social.git diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index b2efc07c38..e52e2a6afe 100755 --- a/scripts/xmppdaemon.php +++ b/scripts/xmppdaemon.php @@ -187,7 +187,7 @@ class XMPPDaemon extends Daemon return; } if ($this->handle_command($user, $pl['body'])) { - $this->log(LOG_INFO, "Command messag by $from handled."); + $this->log(LOG_INFO, "Command message by $from handled."); return; } else if ($this->is_autoreply($pl['body'])) { $this->log(LOG_INFO, 'Ignoring auto reply from ' . $from);