tanabi
tanabi
It would be useful to be able to use textattr on an array of paired plain text strings and attributes. For instance, if I want to be able to display...
It's possible to do something similar to the following: ``` $include $lib/mpi : main me @ "_/ide" getprop var! pr me @ "_/ide" "{otell:is a goober!}" setprop me @ parse_idesc...
Some checks for return codes are missing. Examples: Would you like to add more error handling for return values from "malloc" in functions like "get_address" and "do_muf_topprofs"? http://fbmuck.cvs.sourceforge.net/fbmuck/fbmuck/src/compile.c?revision=1.88&view=markup http://fbmuck.cvs.sourceforge.net/fbmuck/fbmuck/src/wiz.c?revision=1.38&view=markup
Including runtime MUF errors (that is, those kept in programs' .debug stuff) in the muf-errors log might be nice.
Currently creating a global "@WHO" command overrides the "WHO" command when typed on the MUCK, but not when typed on the welcome screen. For those of us who would like...
NOTE: This happens both when using internal commands (look, examine) and also in the MUF interpreter's "match" primitive. The MUCK sometimes matches objects which do not contain the match string....
It would be very useful (and not to mention make certain types of code a lot easier, and a lot faster) if we provided a simple property copy and move...
This is necessary to have a 'mergable' database. My recommendation is to use python and to extend the fuzzball python lib I've already started with the ability to read and...
```@set me=sex:{tell:{name:me},this}``` MPI will process for certain MUCK features (pronoun resolution) but most programs would display the MPI code. It doesn't really make sense to resolve MPI here so remove...
This ticket serves as a note to myself as to ways to improve SMTP support in the future. * Add SMTP_SEND_ALL command that will send a message to a list...