diff --git a/irc_bot.py b/irc_bot.py index 37bca5a..0766166 100644 --- a/irc_bot.py +++ b/irc_bot.py @@ -267,7 +267,7 @@ class IRCBot: "username": user, "irc_key": irc_key, "text": msg, - "source": "irc" + "source": "IRC" } headers = { "Authorization": f"Bearer {API_TOKEN}",