Bug 114307 - webkitbot refers to sheriffbot in help
Summary: webkitbot refers to sheriffbot in help
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-09 14:10 PDT by Ryosuke Niwa
Modified: 2013-04-09 14:23 PDT (History)
5 users (show)

See Also:


Attachments
Fixes the bug (4.56 KB, patch)
2013-04-09 14:11 PDT, Ryosuke Niwa
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-04-09 14:10:34 PDT
webkitbot refers to sheriffbot in help
Comment 1 Ryosuke Niwa 2013-04-09 14:11:15 PDT
Created attachment 197171 [details]
Fixes the bug
Comment 2 Benjamin Poulain 2013-04-09 14:16:24 PDT
Comment on attachment 197171 [details]
Fixes the bug

View in context: https://bugs.webkit.org/attachment.cgi?id=197171&action=review

> Tools/Scripts/webkitpy/tool/bot/irc_command.py:93
> -    help_string = "Provides help on individual sheriffbot commands."
> +    help_string = "Provides help on individual commands."

Provides help on individual commands. -> Provides help on my individual commands.

> Tools/Scripts/webkitpy/tool/bot/irc_command.py:102
> +            tool.irc().post('%s: Type "%s: help COMMAND" for help on individual commands.' % (nick, sheriff.name()))

for help on my individual commands.
Comment 3 Ryosuke Niwa 2013-04-09 14:23:45 PDT
Committed r148051: <http://trac.webkit.org/changeset/148051>