Add 'INFO' command to unlogged-in command set, so that we can be polled by Mudconnector and Mudstats.

This commit is contained in:
Rachel Blackman 2018-03-29 18:02:45 -07:00
parent 6783d5faa0
commit 57b0c03ce5
2 changed files with 21 additions and 1 deletions

View file

@ -23,3 +23,4 @@ class UnloggedinCmdSet(CmdSet):
self.add(unloggedin.CmdUnconnectedHelp())
self.add(unloggedin.CmdUnconnectedEncoding())
self.add(unloggedin.CmdUnconnectedScreenreader())
self.add(unloggedin.CmdUnconnectedInfo())