plugins.tell: Remove excess quote (thanks Florob)

Thu, 20 May 2010 17:36:47 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 20 May 2010 17:36:47 +0100
changeset 21
be3b031b986d
parent 20
4f4d98345952
child 22
bb856a45fa91

plugins.tell: Remove excess quote (thanks Florob)

plugins/tell.lua file | annotate | diff | comparison | revisions
--- a/plugins/tell.lua	Thu May 20 15:44:53 2010 +0100
+++ b/plugins/tell.lua	Thu May 20 17:36:47 2010 +0100
@@ -24,7 +24,7 @@
 				return "Ok!";
 			else
 				if nick == command.sender.nick then
-					return ""Tell yourself.";
+					return "Tell yourself.";
 				else
 					return "" .. nick .. " is currently online!";
 				end

mercurial