typo in message command
darcs-hash:20081004173609-5ed1f-e5c7fe78c409e9e073634c0bb5ede0f6d46e2f4f.gz
This commit is contained in:
parent
4d30c534d9
commit
adc08e9df5
|
@ -180,7 +180,7 @@ class MessageCommand extends Command {
|
||||||
function __construct($user, $other, $text) {
|
function __construct($user, $other, $text) {
|
||||||
parent::__construct($user);
|
parent::__construct($user);
|
||||||
$this->other = $other;
|
$this->other = $other;
|
||||||
$this->text = $other;
|
$this->text = $text;
|
||||||
}
|
}
|
||||||
|
|
||||||
function execute($channel) {
|
function execute($channel) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user