From 84f66e55abcaf22317264196053437e8240c6703 Mon Sep 17 00:00:00 2001 From: Ryan Hitchman Date: Tue, 21 Jul 2009 14:14:29 -0600 Subject: [PATCH] testing is good --- plugins/urbandictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/urbandictionary.py b/plugins/urbandictionary.py index 4ca690a..2327df6 100644 --- a/plugins/urbandictionary.py +++ b/plugins/urbandictionary.py @@ -20,7 +20,7 @@ def urban(inp): if not defs: return 'no definitions found' - out = words[0].text_content().strip() + ' '.join( + out = words[0].text_content().strip() + ': ' + ' '.join( defs[0].text_content().split()) if len(out) > 400: