From 0a04de8c0e81e7cf1c6139b7671309b1dbda5c20 Mon Sep 17 00:00:00 2001 From: jomo Date: Fri, 4 Jul 2014 01:54:23 +0200 Subject: [PATCH] fix plugin title --- motd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)