Added $Welcome at Code Line 330

This commit is contained in:
James Ricketts 2024-11-15 18:00:10 -08:00
parent 88d66ae3d9
commit 407180864b

View file

@ -326,6 +326,9 @@ while True:
else: else:
irc.send_irc(channel, nick + ": " + username) irc.send_irc(channel, nick + ": " + username)
elif command[0] == "$Welcome":
irc.send_irc(channel, "welcome, " + command[1])
elif command[0] == "$perms": elif command[0] == "$perms":
if len(command) == 2: if len(command) == 2:
if sbconfig.perms(command[1]) != "": if sbconfig.perms(command[1]) != "":