New command added to youtube_search plugin

This commit is contained in:
2015-04-15 18:45:45 +02:00
parent cc6b4d76f4
commit 22cff42b7b
4 changed files with 29 additions and 3 deletions

View File

@ -9,7 +9,7 @@ function on_msg_receive (msg)
if msg_valid(msg) then
msg = pre_process_msg(msg)
match_plugins(msg)
-- mark_read(receiver, ok_cb, false)
--mark_read(receiver, ok_cb, false)
end
end