ID:135035
Apr 27 2005, 11:39 am
|
|
Dream Daemon should be able to send messages to world.Topic(). Some games could use commands to reboot, announce, and even moderate through Dream Daemon. Have it send "daemon=1&[Message]".
|
In response to Polatrite
|
|
Yes. Shouldn't be use 'application/x-www-form-urlencoded', but rather be put directly in the URL. If the person wants to type out a message in that format, they can. (Such as type "say=Hello+world!".) But they shouldn't HAVE to. (Such as "Hello world!", and manually parse the first paramiter of world.Topic())
|
As in, a text field entry in the Daemon window that you input a command, then hit enter?