Added $Welcome at Code Line 330
This commit is contained in:
parent
88d66ae3d9
commit
407180864b
1 changed files with 3 additions and 0 deletions
|
@ -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]) != "":
|
||||
|
|
Loading…
Reference in a new issue