3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-02 15:44:06 +01:00

opercmds: remove extra newline in 'massbanre' help

This commit is contained in:
James Lu 2017-08-08 21:28:27 -07:00
parent 9044d17863
commit 00f70a9432

View File

@ -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)