plugins/tell.lua

changeset 21
be3b031b986d
parent 20
4f4d98345952
child 29
11154ba6cbf6
--- 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