diff -r 4f4d98345952 -r be3b031b986d plugins/tell.lua --- 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