Bug 114307

Summary: webkitbot refers to sheriffbot in help
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, alancutter, benjamin, dpranke, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fixes the bug benjamin: review+

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>