diff options
-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 ) |