From ee10b75cfc688fa797ccc3bca65c2ef31beceaa2 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Fri, 1 Jul 2016 18:39:02 +0200 Subject: [PATCH] - Mehr Randoms --- otouto/plugins/random.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/otouto/plugins/random.lua b/otouto/plugins/random.lua index 0841a71..738730d 100644 --- a/otouto/plugins/random.lua +++ b/otouto/plugins/random.lua @@ -39,7 +39,8 @@ function fun:choose_random(user_name, other_user) user_name..' gibt '..other_user..[[ ganz viel Liebe. ( ͡° ͜ʖ ͡°)]], user_name..' läd '..other_user..' zum Essen ein.', user_name..' schwatzt '..other_user..' Ubuntu auf.', - user_name..' fliegt mit '..other_user..' nach Hawaii.' + user_name..' fliegt mit '..other_user..' nach Hawaii.', + user_name..' küsst '..other_user..' leidenschaftlich.' } math.randomseed(os.time()) math.randomseed(os.time())