mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-02 23:54:08 +01:00
opercmds: remove extra newline in 'massbanre' help
This commit is contained in:
parent
9044d17863
commit
00f70a9432
@ -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'
|
\x02Be careful when using this command, as it is easy to make mistakes with regex. Use 'checkbanre'
|
||||||
to check your bans first!\x02
|
to check your bans first!\x02
|
||||||
|
|
||||||
"""
|
"""
|
||||||
permissions.check_permissions(irc, source, ['opercmds.massban.re'])
|
permissions.check_permissions(irc, source, ['opercmds.massban.re'])
|
||||||
return massban(irc, source, args, use_regex=True)
|
return massban(irc, source, args, use_regex=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user