more code cleanup
This commit is contained in:
4
motd.py
4
motd.py
@@ -1,4 +1,4 @@
|
||||
#pylint: disable=F0401
|
||||
#pylint: disable = F0401
|
||||
from helpers import *
|
||||
|
||||
motd = server.getMotd()
|
||||
@@ -7,7 +7,7 @@ motd = server.getMotd()
|
||||
@hook.command("getmotd")
|
||||
def on_getmotd_command(sender, args):
|
||||
plugin_header(sender, "MOTD")
|
||||
msg(sender, motd, usecolor=False)
|
||||
msg(sender, motd, usecolor = False)
|
||||
|
||||
|
||||
@hook.command("setmotd")
|
||||
|
||||
Reference in New Issue
Block a user