summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-10-04 13:36:09 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-10-04 13:36:09 -0400
commitadc08e9df57461f2fc36d08cd3b92b6867895eed (patch)
tree70b490391d812f98d3e0ff78f700983892466c08 /classes
parent4d30c534d97a4bceddb8e426cb850196df7713b2 (diff)
typo in message command
darcs-hash:20081004173609-5ed1f-e5c7fe78c409e9e073634c0bb5ede0f6d46e2f4f.gz
Diffstat (limited to 'classes')
-rw-r--r--classes/Command.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Command.php b/classes/Command.php
index 3a64e2fda..dbfe3b7be 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) {