1,131
edits
mNo edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
if status then | if status then | ||
-- No error, continue as usual | |||
return "== Hello World ==" | |||
else | else | ||
if string.find(message, 'The item .* is not sold in any shop,') then | if string.find(message, 'The item .* is not sold in any shop,') then | ||
mw.log( | mw.log(message) | ||
else | |||
error(message) | |||
end | end | ||
end | end | ||
end | end | ||