From e1d30036832d7bf5e6a9dbb6e276fcd436d95fbc Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 8 Jun 2016 16:00:25 -0700 Subject: [PATCH] relay: less accusatory message for links blocked by LINKACL --- plugins/relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relay.py b/plugins/relay.py index c43d2c0..5d76327 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -1430,7 +1430,7 @@ def link(irc, source, args): return else: if irc.name in entry['blocked_nets']: - irc.reply('Error: Access denied (network is banned from linking to this channel).') + irc.reply('Error: Access denied (target channel is not open to links).') return for link in entry['links']: if link[0] == irc.name: