From 3ebad251d22daf57af621cbd928396865d3e409b Mon Sep 17 00:00:00 2001 From: Akamaru Date: Thu, 26 Nov 2015 15:19:58 +0100 Subject: [PATCH] version.lua: neuer Output-Text --- plugins/version.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/version.lua b/plugins/version.lua index 742f468..9e7d4a1 100644 --- a/plugins/version.lua +++ b/plugins/version.lua @@ -1,5 +1,5 @@ function run(msg, matches) - return 'Mikubot V.'..VERSION..' by @Akamaru. \n\nSourcecode: https://ponywave.de/a/mikubot' + return 'Mikubot V.'..VERSION..' by @Akamaru. \n\nUpdate-Channel: @mikubot_updates \nChangelog: PonyWave.de/a/mikuupdates' end return {