From ee7c1610672591302b3bbb068af892530cc6b78e Mon Sep 17 00:00:00 2001 From: Georg Date: Fri, 27 Aug 2021 15:05:25 +0200 Subject: [PATCH] Adding branch info to README.rst Signed-off-by: Georg --- README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 7bb4c6a..27ac795 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,11 @@ -SnoParser -========= +SnoParser + Redis +================= Parses the Server Notices from ErgoIRCd. +This branch contains Redis functionality: +Performs and caches WHOIS lookups for connecting IP addresses. Counts nicknames and IP addresses. + Assumptions ----------- @@ -24,4 +27,4 @@ Configurations 1. Formatting for 'AutoVhost' post Registration (TODO: Disable) 2. Configure the '#channel' to send the SNO lines (disabled by default) (TODO: Add Exceptions) -3. Use ZWSP to toggle nickhighlights when in channel. \ No newline at end of file +3. Use ZWSP to toggle nickhighlights when in channel.