From 03bb46bbe744034141a3b612da4f0083719ff9a2 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 2 Aug 2006 21:42:41 +0000 Subject: Port [338] to trunk --- data/rbot/plugins/urban.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rbot/plugins/urban.rb') diff --git a/data/rbot/plugins/urban.rb b/data/rbot/plugins/urban.rb index f95eabd6..c317eab1 100644 --- a/data/rbot/plugins/urban.rb +++ b/data/rbot/plugins/urban.rb @@ -12,7 +12,7 @@ require 'uri/common' class UrbanPlugin < Plugin def help( plugin, topic="") - "~urban [word] [n]. Give the [n]th definition of [word] from urbandictionary.com." + "urban [word] [n]. Give the [n]th definition of [word] from urbandictionary.com." end def privmsg( m ) -- cgit v1.2.3