Existing players used to logging in with their character name and moo password must signup for a website account.
- Hivemind 5m
- PainFeeler 7s
- Burgerwolf 1m PANCAKES
- adrognik 19s
a Mench 36m Doing a bit of everything.
- zxq 12m Tools: https://ansicolortool.neocities.org
- Vanashis 2h
- Balreskan 24s
- whatislove 32s
- Pladdicus 15s uh
- Sivartas 14m
And 32 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.