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 +