PennMUSH Community

Ticket #7625 (new suggested feature)

Opened 4 months ago

Last modified 3 months ago

New fields for INFO?

Reported by: EricT Assigned to:
Priority: minor Milestone:
Keywords: INFO genre age-range Cc:
Visibility: Public

Description

Hi, perhaps automated MUSH lists and quick checks by new users might benefit from the addition of a couple of fields to INFO: genre and age-range?

With good wishes, Eric T.

Attachments

info-custom.patch.txt (2.3 kB) - added by Talvo on 07/21/08 22:25:43.

Change History

(in reply to: ↑ description ) 06/18/08 04:45:32 changed by EricT

Replying to EricT:

Hi, perhaps automated MUSH lists and quick checks by new users might benefit from the addition of a couple of fields to INFO: genre and age-range? With good wishes, Eric T.

Perhaps also website home page?

Could this be done without breaking existing spiders?

07/21/08 22:25:00 changed by Talvo

Finally got this to work, after several hours of trying to do it a really stupid way, and then coming to my senses and doing it the easy way. The patch adds a new config directive in mush.cnf,

info_text field value

For example, info_text Website http://mush.pennmush.org

Which changes the output to

### Begin INFO 1.1
Name: TinyMUSH
Uptime: Tue Jul 22 06:21:39 2008
Connected: 0
Size: 3
Version: PennMUSH 1.8.3p5
Website: http://mush.pennmush.org
### End INFO

07/21/08 22:25:43 changed by Talvo

  • attachment info-custom.patch.txt added.