Merge pull request #6060 from JeremyRand/commands-getservers-clarify
Commands: clarify description of getservers
This commit is contained in:
@@ -467,7 +467,7 @@ class Commands:
|
|||||||
|
|
||||||
@command('n')
|
@command('n')
|
||||||
async def getservers(self):
|
async def getservers(self):
|
||||||
"""Return the list of available servers"""
|
"""Return the list of known servers (candidates for connecting)."""
|
||||||
return self.network.get_servers()
|
return self.network.get_servers()
|
||||||
|
|
||||||
@command('')
|
@command('')
|
||||||
|
|||||||
Reference in New Issue
Block a user