Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,659
edits
m (Forgot how to Lua) |
m (Pattern matching needs the literal question mark) |
||
Line 110: | Line 110: | ||
end | end | ||
if string.gmatch(args['count'],'?') or string.gmatch(args['Count'],'?') then | if string.gmatch(args['count'],'%?') or string.gmatch(args['Count'],'%?') then | ||
local count = "?" | local count = "?" | ||
else | else |
edits