From adc08e9df57461f2fc36d08cd3b92b6867895eed Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 4 Oct 2008 13:36:09 -0400 Subject: [PATCH] typo in message command darcs-hash:20081004173609-5ed1f-e5c7fe78c409e9e073634c0bb5ede0f6d46e2f4f.gz --- classes/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {