From 20ec8a60e66f51fcb1fddb869e99844ab475fd0d Mon Sep 17 00:00:00 2001 From: "kayos@tcp.direct" Date: Sat, 27 Nov 2021 23:10:57 -0800 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eac57bb..b760583 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ - Event/message rate limiting. - Channel, nick, and user validation methods ([IsValidChannel](https://godoc.org/github.com/yunginnanet/girc-atomic#IsValidChannel), [IsValidNick](https://godoc.org/github.com/yunginnanet/girc-atomic#IsValidNick), etc.) - CTCP handling and auto-responses ([CTCP](https://godoc.org/github.com/yunginnanet/girc-atomic#CTCP)) - - GOTTA GO FAST YOU GOTTA GO REALLY FAST - - you can power hundreds of clients at the same time with this now + - Utilizes the atomic/value package from stdlib to reduce backpressure in multi-client usage. + - Additional CTCP handlers and customization. - ?????? - PROFIT!!!1!