Clean up function names in menu definitions
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 29 Dec 2019 12:31:36 +0000 (12:31 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 30 Dec 2019 15:08:16 +0000 (15:08 +0000)
Now that the functions called from menus are filtered and resolved
safely rather than being directly executed, the explicit mudpy
package name and the user parameter passing are no longer necessary.
Remove them from the function names in menu definitions and also
drop the old compatibility code which trims them.


No differences found