Skip to main content

chat

Macro chat 

Source
macro_rules! chat {
    ($player:expr,$($arg:tt)+) => { ... };
}
Expand description

A log macro for chat messages, provide first the player name, and then the format.