summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaura <the-ceo-of-antifa@protonmail.com>2023-01-05 15:21:32 +0100
committerLaura <the-ceo-of-antifa@protonmail.com>2023-01-05 15:21:32 +0100
commitc5d291f11ee8c7be6a98ee7b86f32b1b67b72c62 (patch)
treec29c2d38da67d42e758e154e59a6749c37d936de /README.md
parent72d657815b4e4bc2a8a0de5301cea06c991b3cd4 (diff)
downloadmiaowe-c5d291f11ee8c7be6a98ee7b86f32b1b67b72c62.tar.gz
miaowe-c5d291f11ee8c7be6a98ee7b86f32b1b67b72c62.zip
add readme, gitignore
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fc7a416
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# Miaowe
+Miaowe is an IRC bot that prints out image files (PPM at the moment) using mIRC colour codes on request.
+
+Dependencies:
+* GHC
+
+To build:
+ make
+
+The resulting executable will be called "miaowe".
+
+Miaowe includes no networking code of its own, but assumes stdin and stdout will be connected to an IRC server. A zsh script, nya.sh, is included to help with this. Users of other shells may need to adjust the script to work with their shell. NickServ login credentials are placed in a file called "conn", on the first line and separated by a space.
+
+To run:
+ ./miaowe <channel>
+
+or:
+ ./nya.sh <channel>