This commit is contained in:
parent
16ebb8fed4
commit
8b70a73199
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ while True:
|
||||||
if not sbconfig.cflagexist(channel, "-colonthree"):
|
if not sbconfig.cflagexist(channel, "-colonthree"):
|
||||||
irc.send_irc(channel, emoticons[command[0]])
|
irc.send_irc(channel, emoticons[command[0]])
|
||||||
elif ":3c" in command:
|
elif ":3c" in command:
|
||||||
if not sbconfig.cflagexist(channel, "-colonthree"):
|
if sbconfig.cflagexist(channel, "+:3c") or not sbconfig.cflagexist(channel, "-colonthree"):
|
||||||
multiline(choice(threes), channel)
|
multiline(choice(threes), channel)
|
||||||
elif command[0][:2].lower() == "s/":
|
elif command[0][:2].lower() == "s/":
|
||||||
logs[channel] = logs[channel][:-1]
|
logs[channel] = logs[channel][:-1]
|
||||||
|
|
Loading…
Reference in a new issue