X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/9cd36ba73c89d96a6a29d83f511403a8e5cefcbb..54c084bccc38b14298a744c348b43e92819b78a2:/modules/weather.py 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))