changed output text

This commit is contained in:
Akamaru 2015-07-08 21:26:54 +02:00
parent 9efd9d7921
commit 9a67fd6d08
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function run(msg, matches)
text = os.date("Heute ist %A der %d. %B (%m) %Y und es ist %H:%M:%S %p Uhr")
text = os.date("Heute ist %A, der %d. %B %Y und es ist %H:%M:%S Uhr [%p]")
-- Days
text = string.gsub(text, "Monday", "Montag")