summaryrefslogtreecommitdiff
path: root/motd.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-04 01:54:23 +0200
committerjomo <github@jomo.tv>2014-07-04 01:54:23 +0200
commitd07883d0c43670d47c11112a6660cf1a94a75d21 (patch)
tree3d21dad971d271cccfa35e53c4f6c63b3a293367 /motd.py
parent0a309f0f60a9f24fc80edceaef440f8c5cda11f4 (diff)
fix plugin title
Diffstat (limited to 'motd.py')
-rw-r--r--motd.py2
1 files changed, 1 insertions, 1 deletions
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)