From: zonidjan Date: Wed, 8 Nov 2017 00:27:47 +0000 (-0600) Subject: weather - include trigger when user's location is unknown X-Git-Url: https://jfr.im/git/erebus.git/commitdiff_plain/50bd61828c6c5854a9659f6b1a04f11e55aa3b39?ds=sidebyside weather - include trigger when user's location is unknown --- diff --git a/modules/weather.py b/modules/weather.py index 5d43569..27f21ec 100644 --- a/modules/weather.py +++ b/modules/weather.py @@ -54,4 +54,4 @@ def weather(bot, user, chan, realtarget, *args): } bot.msg(chan, output) else: - bot.msg(chan, "I don't know where to look! Try SETINFO LOCATION ") + bot.msg(chan, "I don't know where to look! Try %sSETINFO LOCATION " % (bot.parent.trigger))