Admin
2 revisions imported
19:47
Rrdubbudu
Protected "Module:No globals" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
17:32
Created page with "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newi..."
11:33
+307