isaac icon indicating copy to clipboard operation
isaac copied to clipboard

Array of events, recipient added, :any event added

Open jabberwock opened this issue 13 years ago • 0 comments

"on" method can take an array of events:

on [:channel, :private], /match/

Added :any event to match both :channel and :private

Added "recipient" to event context for :any and array events so we don't have to check for either nick or channel.

jabberwock avatar Aug 17 '11 14:08 jabberwock