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: