diff --git a/classes/Command.php b/classes/Command.php index 3a64e2fdaf..dbfe3b7be6 100644 --- a/classes/Command.php +++ b/classes/Command.php @@ -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) {