From 638b9dc84a4276a20b0f92666d777f530d56ce67 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 5 Dec 2016 23:33:42 -0800 Subject: [PATCH] relay: rewrap help for LINKACL More formatting changes to come. --- plugins/relay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/relay.py b/plugins/relay.py index f8b78ba..298ed0d 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -1810,6 +1810,7 @@ def linkacl(irc, source, args): """ALLOW|DENY|LIST Allows blocking / unblocking certain networks from linking to a relayed channel, based on a blacklist. + LINKACL LIST returns a list of blocked networks for a channel, while the ALLOW and DENY subcommands allow manipulating this blacklist.""" missingargs = "Not enough arguments. Needs 2-3: subcommand (ALLOW/DENY/LIST), channel, remote network (for ALLOW/DENY)."