[][src]Function hexchat::print_event_to_channel_at

pub fn print_event_to_channel_at(
    channel: &ChannelRef,
    event: PrintEvent,
    timestamp: &DateTime<impl TimeZone>,
    args: &[impl AsRef<str>]
) -> bool

Prints a specific print event to a particular channel with a specified timestamp.

Returns whether or not it succeeded.