From 745528af29e36281fb183ab053b8e98356aa6154 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 30 May 2023 03:57:35 -0400 Subject: [PATCH] Added a note about numeric 005 & the potential to fine tune throttling per-server --- ircp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircp.py b/ircp.py index 1e7ae0a..bbbc1de 100644 --- a/ircp.py +++ b/ircp.py @@ -63,7 +63,7 @@ snapshot = { '002' : None, # RPL_YOURHOST '003' : None, # RPL_CREATED '004' : None, # RPL_MYINFO - '005' : None, # RPL_ISUPPORT + '005' : None, # RPL_ISUPPORT #TODO: Lots of useful information here can be parsed for fine tuning throttles '006' : None, # RPL_MAP '018' : None, # RPL_MAPUSERS '257' : None, # RPL_ADMINLOC1