little thing
This commit is contained in:
parent
f3571e2091
commit
eaa56879ea
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
function run(msg, matches)
|
function run(msg, matches)
|
||||||
text = matches[2]
|
text = matches[2]
|
||||||
local user_name = get_name(msg)
|
local user_name = get_name(msg)
|
||||||
|
@ -82,7 +82,7 @@ return {
|
|||||||
usage = "",
|
usage = "",
|
||||||
patterns = {
|
patterns = {
|
||||||
"youtu.be/([A-Za-z0-9-_-]+)",
|
"youtu.be/([A-Za-z0-9-_-]+)",
|
||||||
"youtube.com/watch%?v=([A-Za-z0-9-_-]+)",
|
"youtube.com/watch%?v=([A-Za-z0-9-_-]+)"
|
||||||
},
|
},
|
||||||
run = run
|
run = run
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user