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]) != "":