typo in message command

darcs-hash:20081004173609-5ed1f-e5c7fe78c409e9e073634c0bb5ede0f6d46e2f4f.gz
This commit is contained in:
Evan Prodromou 2008-10-04 13:36:09 -04:00
parent 4d30c534d9
commit adc08e9df5
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class MessageCommand extends Command {
function __construct($user, $other, $text) {
parent::__construct($user);
$this->other = $other;
$this->text = $other;
$this->text = $text;
}
function execute($channel) {