diff --git a/README.md b/README.md new file mode 100644 index 0000000..4cc0702 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 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 : + +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++