Skip to content

Commit

Permalink
Minor RDoc fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstimmerman committed Mar 25, 2007
1 parent 29753e4 commit 7bfe92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jabber-bot/lib/jabber/bot.rb
Expand Up @@ -122,8 +122,8 @@ def initialize(config)
# the builtin 'help' command, and a regular expression (+regex+) to detect
# the presence of the command in an incoming message.
#
# The metadata Hash may optionally contain an array of command alias Hashes.
# An alias consists of an alias +syntax+ and +regex+. Aliases allow the bot
# The metadata Hash may optionally contain an array of command aliases. An
# +alias+ consists of an alias +syntax+ and +regex+. Aliases allow the bot
# to understand command shorthands. For example, the default 'help' command
# has an alias '?'. Saying either 'help' or '?' will trigger the same
# command callback block.
Expand Down

0 comments on commit 7bfe92b

Please sign in to comment.