1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 00:43:12 +02:00

Remove remnants of using PASS for NickServ identify

Get rid of old/unused PASS 2 NickServ hack, SASL exists now.
This commit is contained in:
k4bek4be
2024-01-24 15:37:17 +01:00
committed by GitHub
-8
View File
@@ -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 <pass>' 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. */