From 5cc95b6ee45d2363dd0b3d8e8a453c6083a137d7 Mon Sep 17 00:00:00 2001 From: Yago Date: Sat, 11 Apr 2015 18:32:07 +0200 Subject: [PATCH] Update version.lua --- plugins/version.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/version.lua b/plugins/version.lua index b283074..eeb7833 100644 --- a/plugins/version.lua +++ b/plugins/version.lua @@ -3,7 +3,7 @@ do function run(msg, matches) return 'Telegram Bot '.. VERSION .. [[ Checkout http://git.io/6jdjGg - GNU v2 license.]] + GNU GPL v2 license.]] end return { @@ -15,4 +15,4 @@ return { run = run } -end \ No newline at end of file +end