forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
369d6a042c
commit
e58abcda8d
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ while True:
|
|||
irc.send_irc(channel, "tip, ping, whoami, perms, version, figlet, tdfiglet, cowsay, uptime, cc, joke, botsnack. (restart, join, part, shell, config, pull.) Use '$help (command)' for explanation.")
|
||||
|
||||
elif command[0] == "$tip":
|
||||
system(["fortune"], channel)
|
||||
system(["/usr/games/fortune", "debian-hints"], channel)
|
||||
|
||||
elif command[0] == "$whoami":
|
||||
if perms != "":
|
||||
|
|
Loading…
Reference in a new issue