Minor typo correction in log message. Seems trivial, unless you are trying to search the log for it.

This commit is contained in:
Ciaran Gultnieks 2009-11-12 09:18:15 +00:00
parent bd1c1fc137
commit 8109d39a56

View File

@ -187,7 +187,7 @@ class XMPPDaemon extends Daemon
return; return;
} }
if ($this->handle_command($user, $pl['body'])) { 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; return;
} else if ($this->is_autoreply($pl['body'])) { } else if ($this->is_autoreply($pl['body'])) {
$this->log(LOG_INFO, 'Ignoring auto reply from ' . $from); $this->log(LOG_INFO, 'Ignoring auto reply from ' . $from);