无编辑摘要
imported>ALpHa5130 无编辑摘要 |
imported>ALpHa5130 无编辑摘要 |
||
| 第84行: | 第84行: | ||
function makeUserLink(text) | function makeUserLink(text) | ||
if text == '?' then | |||
return text | |||
end | |||
-- 输入用户名以及带有ip:前缀的ip用户。 | -- 输入用户名以及带有ip:前缀的ip用户。 | ||
local ipUser = text:match 'ip:(.*)' | local ipUser = text:match 'ip:(.*)' | ||