diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-02 21:42:41 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-02 21:42:41 +0000 |
commit | 03bb46bbe744034141a3b612da4f0083719ff9a2 (patch) | |
tree | a5de0cdc0b3a607f97ba01a932a599cbef08ff19 /data | |
parent | 158056c6f68bbe75e4c9a33433e1502c445c26b8 (diff) |
Port [338] to trunk
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/urban.rb | 2 |
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 ) |