Changeset 149133 in webkit


Ignore:
Timestamp:
Apr 25, 2013 12:50:03 PM (11 years ago)
Author:
rniwa@webkit.org
Message:

Build fix. Forgot to merge args.

  • Scripts/webkitpy/tool/bot/irc_command.py:

(Hi.execute):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r149132 r149133  
     12013-04-25  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Build fix. Forgot to merge args.
     4
     5        * Scripts/webkitpy/tool/bot/irc_command.py:
     6        (Hi.execute):
     7
    182013-04-25  Ryosuke Niwa  <rniwa@webkit.org>
    29
  • trunk/Tools/Scripts/webkitpy/tool/bot/irc_command.py

    r149132 r149133  
    115115
    116116    def execute(self, nick, args, tool, sheriff):
    117         if len(args) and re.match(r'webkitbot_*\s*!\s*', args[0]):
     117        if len(args) and re.match(r'webkitbot_*\s*!\s*', ' '.join(args)):
    118118            return "%s: hi %s!" % (nick, nick)
    119119        quips = tool.bugs.quips()
Note: See TracChangeset for help on using the changeset viewer.