From 70ef23bbbc71991bd7bdf992168df59aa9c38df1 Mon Sep 17 00:00:00 2001 From: MacFan4000 Date: Fri, 14 Aug 2020 15:37:34 -0400 Subject: [PATCH] urgh --- MirahezeBots/plugins/wikimgnt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MirahezeBots/plugins/wikimgnt.py b/MirahezeBots/plugins/wikimgnt.py index d87c47ec..404012ed 100644 --- a/MirahezeBots/plugins/wikimgnt.py +++ b/MirahezeBots/plugins/wikimgnt.py @@ -116,7 +116,7 @@ def logpage(bot, trigger): sender = trigger.nick requestdata = [trigger.account, options[0]] if bot.settings.wikimgnt.wiki_farm is True: - url = 'https://' + options[0] + bot.settings.wikimgnt.wiki_domain + url = 'https://' + options[0] + '.' + bot.settings.wikimgnt.wiki_domain message = options[1] target = get_logpage(options[0], bot.memory["wikimgnt"]["jdcache"]) if check_access(bot.memory["wikimgnt"]["jdcache"], requestdata) is not True: