From 132ffa91b2b4e88d4b8e423f728b8b7352a24815 Mon Sep 17 00:00:00 2001 From: Valerie Liu <79415174+ValwareIRC@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:40:46 +0000 Subject: [PATCH] Get rid of old/unused PASS 2 NickServ hack, SASL exists now. `NickServ` isn't anywhere in the codebase and doesn't do what it says it does re PASS 2 NickServ --- include/config.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/config.h b/include/config.h index d7339704a..a637b7c10 100644 --- a/include/config.h +++ b/include/config.h @@ -130,14 +130,6 @@ /* The default value for class::recvq */ #define DEFAULT_RECVQ 8000 -/* You can define the nickname of NickServ here (usually "NickServ"). - * This is ONLY used for the ""infamous IDENTIFY feature"", which is: - * whenever a user connects with a server password but there isn't - * a server password set, the password is sent to NickServ in an - * 'IDENTIFY ' message. - */ -#define NickServ "NickServ" - /* STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP */ /* You shouldn't change anything below this line, unless absolutely needed. */