# HG changeset patch # User Matthew Wild # Date 1274373407 -3600 # Node ID be3b031b986df5d7c2c8ceae07907178124020ce # Parent 4f4d9834595229f9be9d41276bdf4789205b11d6 plugins.tell: Remove excess quote (thanks Florob) 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