This commit is contained in:
parent
36c136dcc3
commit
8382731ef0
1 changed files with 2 additions and 1 deletions
|
@ -733,6 +733,7 @@ while True:
|
||||||
if not sbconfig.cflagexist(channel, "-colonthree"):
|
if 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/"
|
||||||
|
if sbconfig.cflagexist(channel, "+sed"):
|
||||||
replased(command[0])
|
replased(command[0])
|
||||||
# try to parse and find a link
|
# try to parse and find a link
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue