forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
c582fb6a9d
commit
b3d945bc42
1 changed files with 2 additions and 2 deletions
|
@ -573,10 +573,10 @@ while True:
|
||||||
|
|
||||||
elif command[0] == ":3":
|
elif command[0] == ":3":
|
||||||
if not sbconfig.cflagexist(channel, "-colonthree"):
|
if not sbconfig.cflagexist(channel, "-colonthree"):
|
||||||
multiline(":3", channel)
|
irc.send_irc(channel, ":3")
|
||||||
elif ":3c" in command:
|
elif ":3c" in command:
|
||||||
if not sbconfig.cflagexist(channel, "-colonthree"):
|
if not sbconfig.cflagexist(channel, "-colonthree"):
|
||||||
multiline(choice(threes), channel)
|
multiline(channel, choice(threes))
|
||||||
# try to parse and find a link
|
# try to parse and find a link
|
||||||
if sbconfig.cflagexist(channel, "+links"):
|
if sbconfig.cflagexist(channel, "+links"):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue