@@ -33,4 +33,4 @@ def load():
global servers
with open('servers.txt', 'r') as handle:
servers = handle.read().split('\n')
servers = [x.strip() for x in handle.readlines() if len(x.strip()) > 0]
The note is not visible to the blocked user.