r34.lua: + bei tags gefixt

This commit is contained in:
Akamaru 2015-11-26 18:11:26 +01:00
parent 3ebad251d2
commit 9abb62dddd
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ local function run(msg, matches)
local tag = matches[1]
local tag = string.gsub(tag, " ", '_')
local tag = string.gsub(tag, ":", '%%3A')
local tag = string.gsub(tag, "+", '%%2B')
local receiver = get_receiver(msg)
local url, id = get_r34_info(tag)
local cb_extra = {