diff --git a/wolfbot.py b/wolfbot.py index 4bfd103..f391291 100755 --- a/wolfbot.py +++ b/wolfbot.py @@ -41,8 +41,8 @@ except ImportError: "If you don't have pip and don't know how to install it, follow this link:", "https://pip.pypa.io/en/stable/installing/", "", "If you need any further help with setting up and/or running the bot,", - " we will be happy to help you in ##werewolf-dev on irc.freenode.net", - "", "- The lykos developers", sep="\n") + " we will be happy to help you in #lykos on irc.freenode.net", "", + "- The lykos developers", sep="\n") sys.exit(1) try: # FIXME