diff --git a/modules/quotes/commands.js b/modules/quotes/commands.js index dbcbe73..34166aa 100644 --- a/modules/quotes/commands.js +++ b/modules/quotes/commands.js @@ -199,7 +199,7 @@ var commands = function(dbot) { 'url': dbot.t('url', { 'host': dbot.config.web.webHost, 'port': dbot.config.web.webPort, - 'path': 'quotes/' + key + 'path': 'quotes/' + encodeURIComponent(key) }) })); } else {