From 00f70a94321fabb2de08942cfddd0db3e11ab68f Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 8 Aug 2017 21:28:27 -0700 Subject: [PATCH] opercmds: remove extra newline in 'massbanre' help --- plugins/opercmds.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/opercmds.py b/plugins/opercmds.py index 2d874f4..c262fb6 100644 --- a/plugins/opercmds.py +++ b/plugins/opercmds.py @@ -180,7 +180,6 @@ def massbanre(irc, source, args): \x02Be careful when using this command, as it is easy to make mistakes with regex. Use 'checkbanre' to check your bans first!\x02 - """ permissions.check_permissions(irc, source, ['opercmds.massban.re']) return massban(irc, source, args, use_regex=True)