fix plugin title
This commit is contained in:
2
motd.py
2
motd.py
@@ -5,7 +5,7 @@ motd = server.getMotd()
|
|||||||
|
|
||||||
@hook.command("getmotd")
|
@hook.command("getmotd")
|
||||||
def onGetMotdCommand(sender, args):
|
def onGetMotdCommand(sender, args):
|
||||||
plugHeader(sender "MOTD")
|
plugHeader(sender, "MOTD")
|
||||||
msg(sender, motd, usecolor=False)
|
msg(sender, motd, usecolor=False)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user