X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=mud.php;h=0b0959906998396f9ab4a7dac4c48764403a798b;hb=b71a8184a7827fd36939aa2bd2f888dae9a4f840;hp=0cf35bc30ca3b4e38634c8a162809b48add76f9f;hpb=bb9e9003402e5a4d72dd0a00ad962c136f033639;p=mudd.git diff --git a/mud.php b/mud.php index 0cf35bc..0b09599 100644 --- a/mud.php +++ b/mud.php @@ -241,10 +241,10 @@ class mud extends model { $this->yell($_GET['msg']); break; case 'say': - $this->say($_GET['dest'], $_GET['msg']); + $this->say($_GET['msg']); break; case 'tell': - $this->tell(); + $this->tell($_GET['dest'], $_GET['msg']); break; case 'poll': $this->response($this->poll());