[Webkit-unassigned] [Bug 106204] sheriffbot cannot return multiline responses to commands

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 6 19:10:39 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106204


Alan Cutter <alancutter at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|sheriffbot cannot post      |sheriffbot cannot return
                   |multiline responses to      |multiline responses to
                   |commands                    |commands
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                            |alancutter at chromium.org




--- Comment #1 from Alan Cutter <alancutter at chromium.org>  2013-01-06 19:12:35 PST ---
Correction:
sheriffbot can post multiple responses via tool.irc().post(message).

The difference between:

return [
    "%s: Message line 1" + nick,
    "%s: Message line 2" + nick,
]

and: 

tool.irc().post("%s: Message line 1" + nick)
tool.irc().post("%s: Message line 2" + nick)
return

is probably not worth the additional interface complexity for IRCBot to support the former.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list