hexavalent 0.3.0

Write HexChat plugins in Rust.
Documentation
1
2
3
4
5
6
7
8
server_event!(
    RawLine,
    "RAW LINE",
    "Every line that comes from the IRC server.",
    0: "Sender",
    1: "Command";
    eol 2: "Arguments"
);