From 4442fabe3be6f601e0dcbadfb34aba8d8c7ae481 Mon Sep 17 00:00:00 2001 From: Matthew McClain Date: Fri, 6 Mar 2020 14:32:42 -0800 Subject: [PATCH] Sym links apperentlt don't work for git --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) mode change 120000 => 100644 README.md diff --git a/README.md b/README.md deleted file mode 120000 index 6a7042a..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -../MatCatBOT/README.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..68f341b --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# MatCatBOT + + MatCatBOT started as a personal toy bot on freenode, but has since grown into a full fledged system. +Because of its simple roots there are tons optimizations and features I still wish to add before I +would consider it a full fledged deployable bot, so for now it is closed source however I do eventually +plan to release an open version for public use once I have the project to a certain point. + +## Changelog + +### Base System + +#### 03/05/2020 0.7.5 + +- Added a new function breakWord() which will insert a unicode blank character into the string + +### Modules + +#### Duck Hunt + +##### 03/06/2020 1.2.11 + +- Adjusted player list outputs to use new breakWord function to prevent pinging players, resolves Issue #1 +