This commit is contained in:
Akamaru 2015-07-27 18:35:45 +02:00
parent 124db26473
commit c49f88e93e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ end
function run(msg, matches)
local text = getUrbanDictionary(msg.text)
if (text == nil) then
return "Nichts gefunden!"
return '"'..text..'" nicht gefunden.'
else
return text
end