[][src]Function hexchat::print_event_at

pub fn print_event_at(
    event: PrintEvent,
    timestamp: &DateTime<impl TimeZone>,
    arguments: &[impl AsRef<str>]
) -> bool

Prints a specific print event to the current tab with a specified timestamp.

Returns whether or not it succeeded.