1
0
Fork 0
mirror of https://github.com/pissnet/pissircd.git synced 2024-06-05 07:48:44 +01:00

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
This commit is contained in:
Valerie Liu 2024-01-23 20:40:46 +00:00 committed by GitHub
parent 7837600308
commit 132ffa91b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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. */