From 407180864bb4348f7b0000629b241a7e45d3166a Mon Sep 17 00:00:00 2001 From: Depresst0 Date: Fri, 15 Nov 2024 18:00:10 -0800 Subject: [PATCH] Added $Welcome at Code Line 330 --- sweebot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sweebot.py b/sweebot.py index 293912e..dc679d3 100644 --- a/sweebot.py +++ b/sweebot.py @@ -326,6 +326,9 @@ while True: else: irc.send_irc(channel, nick + ": " + username) + elif command[0] == "$Welcome": + irc.send_irc(channel, "welcome, " + command[1]) + elif command[0] == "$perms": if len(command) == 2: if sbconfig.perms(command[1]) != "":