macro_rules! hc_command {
( $( $arg:tt )* ) => { ... };
}
Expand description
Executes a command in the active Hexchat window. Provided for convenience to support formatted string commands.
macro_rules! hc_command {
( $( $arg:tt )* ) => { ... };
}
Executes a command in the active Hexchat window. Provided for convenience to support formatted string commands.