Interface for an event which applies to a channel.
$source
Source the event originated from.
$connection
Connection the event originated from.
$target
Target of the event (usually the bot).
An abstract Event which applies to a channel and has a source and a target.
An abstract Event with a source and a target.
__construct(\Erebot\Interfaces\Connection $connection, $chan, $source, $target)
$chan
IRC channel this event relates to.