diff --git a/daemon.py b/daemon.py index 925dc2085..0bce66b1e 100644 --- a/daemon.py +++ b/daemon.py @@ -2066,6 +2066,11 @@ class PubServer(BaseHTTPRequestHandler): followingPort == port: if debug: print('You cannot follow yourself!') + elif followingrNickname == 'news' and \ + followingDomain == domain and \ + followingPort == port: + if debug: + print('You cannot follow the news actor') else: if debug: print('Sending follow request from ' +