Merge pull request #6060 from JeremyRand/commands-getservers-clarify

Commands: clarify description of getservers
This commit is contained in:
ghost43 2020-03-31 01:23:35 +00:00 committed by GitHub
commit e1e5167ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,7 +467,7 @@ class Commands:
@command('n')
async def getservers(self):
"""Return the list of available servers"""
"""Return the list of known servers (candidates for connecting)."""
return self.network.get_servers()
@command('')