This commit is contained in:
Akamaru 2016-09-02 14:51:13 +02:00
parent 7d0d549720
commit b593e79a05
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ function banhammer:pre_process(msg, config)
end
else
if not has_been_warned then
utilities.send_reply(msg, "Dies ist ein privater Bot, der erst nach einer Freischaltung benutzt werden kann.\nThis is a private bot, which can only be after an approval.")
utilities.send_reply(msg, "Dies ist ein privater Bot, der erst nach einer Freischaltung benutzt werden kann.\nThis is a private bot, which can only be used after an approval.")
redis:hset('user:'..user_id, 'has_been_warned', true)
else
print('User has already been warned!')