Existing players used to logging in with their character name and moo password must signup for a website account.
- Fogchild1 6m
- Crooknose 11s
- SmokePotion 2m Right or wrong, I'm getting high.
- Hivemind 3m
- Rillem 7s Make it personal.
- Errant 8m
- MrRedgrave 28s
- Vanashis 1h
- Euclid 1s
- Raven 6m I lost myself, in the dark charade.
a Mench 33m Doing a bit of everything.
- Pladdicus 14s uh
- BeforeTheWhispers 5s
- whatislove 21m reputation is whoever holds a bigger gun
- zxq 8m Tools: https://ansicolortool.neocities.org
- AntiqueBeast 1m
And 26 more hiding and/or disguised
Connect to Sindome @ moo.sindome.org:5555 or just Play Now

Search Bugs
See if there is already a public bug for this?

A verb that lets you search public bugs for a string and returns a list of the bugs (with bug number) that contains that string.

This way, before submitting a bug, I can do something like '@sb market' and get a list of all bugs with 'market' in their title or description. I can then do @vb # to check the returned bugs to see if any cover what I am thinking about submitting.

At the time of this post, there are 61 unresolved public bugs. Despite this impressively short list (seriously!), I think it would be nice if I could trim it down if needed. It might also be useful for staff if they want to quickly check for other bugs that may be related to, or a duplicate of, one they are working on.

I was experimenting with passing all the bug subjects to ChatGPT and having it do a semantic analysis on them to suggest possible similar bugs when you use @bug – but it didn't work very well.

It was totally an over engineered solution. I could pretty easily make a command that does what you describe with just SQL. I'll add it to my list.