Files
hibot/README.md
2023-12-18 23:20:30 +01:00

16 lines
381 B
Markdown

# HIBOT
> IRC bot written in C, responsible for formatting source code.
Hibot can join (currently) a single IRC channel, specifying the target from the cli:
$ hibot <server>:<port> <channel>
Then, if/when it receives a direct message,
it will echo it back to the destination channel,
applying simple syntax highlighting rules.
### Supported languages:
+ Ada
+ C/C++
+ Fasm