fix plugin title

This commit is contained in:
jomo
2014-07-04 01:54:23 +02:00
parent f9744d787c
commit 0a04de8c0e

View File

@@ -5,7 +5,7 @@ motd = server.getMotd()
@hook.command("getmotd")
def onGetMotdCommand(sender, args):
plugHeader(sender "MOTD")
plugHeader(sender, "MOTD")
msg(sender, motd, usecolor=False)