]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
typo in message command
authorEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Oct 2008 17:36:09 +0000 (13:36 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sat, 4 Oct 2008 17:36:09 +0000 (13:36 -0400)
darcs-hash:20081004173609-5ed1f-e5c7fe78c409e9e073634c0bb5ede0f6d46e2f4f.gz

classes/Command.php

index 3a64e2fdaf6ab90569b5597a1154413603953f82..dbfe3b7be6839d4906632e70db5644f206d30c9d 100644 (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) {