summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/urban.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-02 21:42:41 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-02 21:42:41 +0000
commit03bb46bbe744034141a3b612da4f0083719ff9a2 (patch)
treea5de0cdc0b3a607f97ba01a932a599cbef08ff19 /data/rbot/plugins/urban.rb
parent158056c6f68bbe75e4c9a33433e1502c445c26b8 (diff)
Port [338] to trunk
Diffstat (limited to 'data/rbot/plugins/urban.rb')
-rw-r--r--data/rbot/plugins/urban.rb2
1 files changed, 1 insertions, 1 deletions
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 )