summaryrefslogtreecommitdiff
path: root/motd.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-21 02:35:06 +0200
committerjomo <github@jomo.tv>2014-07-21 02:35:06 +0200
commita5eb215b5b3c39329ead399bc1fb25d0b0086c84 (patch)
tree488c738ca42477b9050d47d1fe71a2d4a5169005 /motd.py
parenta9e0c621ec482707189b0ff900c437c617a836d5 (diff)
use &-colors for motd on first load
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 e6a6ae1..36f64e1 100644
--- a/motd.py
+++ b/motd.py
@@ -1,7 +1,7 @@
#pylint: disable = F0401
from helpers import *
-motd = server.getMotd()
+motd = colorify(server.getMotd())
@hook.command("getmotd")
def on_getmotd_command(sender, args):