disinclined.org
/
git
/
mudd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9e900
)
lil fix
author
Dylan Lloyd
<dylan@dylansserver.com>
Tue, 10 Dec 2013 22:31:41 +0000
(22:31 +0000)
committer
Dylan Lloyd
<dylan@dylansserver.com>
Tue, 10 Dec 2013 22:31:41 +0000
(22:31 +0000)
mud.php
patch
|
blob
|
history
diff --git
a/mud.php
b/mud.php
index
0cf35bc
..
0b09599
100644
(file)
--- 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());