aboutsummaryrefslogtreecommitdiff
path: root/src/hooks (follow)
Commit message (Collapse)AuthorAgeLines
* make pet more compactR0flcopt3r/catinator-pet-commandMax Audron2021-06-06-5/+5
|
* feat: adds pet command.R0flcopt3r2021-06-05-0/+36
| | | | When petting the cat it will reply with some random action.
* add intensifyMax Audron2021-06-05-1/+19
|
* fix log breaking once buffer fullMax Audron2021-05-26-2/+33
| | | | | the log_msg function was poping the newest message and replacing it with the newest message, it should be poping the oldest messages.
* initMax Audron2021-05-15-0/+260
' class='logmsg'> This replaces the sedregex crate with our own implementation for multiple reasons: 1. We required to access the parsed regex, this required a patch to the sedregex crate which did not get merged due to an inactive dev, blocking us from publishing on crates.Io 2. We wanted to highlight the changes done in bold 3. We want to add execution of multiple chained sed commands in the future which would require more modification 2021-10-19add formatting trait for irc codesMax Audron-0/+129 add an impl off the formatting trait on String to format Strings with the typical irc formatting codes for bold, italic etc 2021-10-17fix links in readmeMax Audron-2/+2