diff --git a/motd.py b/motd.py index 6a3e44d..2b84737 100644 --- a/motd.py +++ b/motd.py @@ -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)