IRCP- information gathering tool for irc servers |
git clone git://git.acid.vegas/IRCP.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 745528af29e36281fb183ab053b8e98356aa6154
parent fe085c7f0700cec5d1c5f6a09e243ff9c35b0046 Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 30 May 2023 03:57:35 -0400 Added a note about numeric 005 & the potential to fine tune throttling per-server Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git 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 |