Add 'INFO' command to unlogged-in command set, so that we can be polled by Mudconnector and Mudstats.
This commit is contained in:
parent
6783d5faa0
commit
57b0c03ce5
2 changed files with 21 additions and 1 deletions
|
|
@ -23,3 +23,4 @@ class UnloggedinCmdSet(CmdSet):
|
|||
self.add(unloggedin.CmdUnconnectedHelp())
|
||||
self.add(unloggedin.CmdUnconnectedEncoding())
|
||||
self.add(unloggedin.CmdUnconnectedScreenreader())
|
||||
self.add(unloggedin.CmdUnconnectedInfo())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue