From f96b05ee4d9a7245bba70feb55aa15a16b2e9245 Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 16 Dec 2023 00:33:04 +0100 Subject: [PATCH] basic doc --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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++