Remove netfinger client code and repurpose /FINGER command to send a CTCP FINGER instead

No-one runs fingerd servers anymore so this code was entirely obsolete.
This commit is contained in:
Kevin Easton
2017-04-11 01:19:32 +10:00
parent eace841366
commit bad8c2fa02
4 changed files with 25 additions and 123 deletions

View File

@@ -128,7 +128,6 @@ extern void MegaDeop (char *, char *, char *, char *);
extern void do_flood (char *, char *, char *, char *);
extern void cycle (char *, char *, char *, char *);
extern void bomb (char *, char *, char *, char *);
extern void finger (char *, char *, char *, char *);
extern void multkick (char *, char *, char *, char *);
extern void massdeop (char *, char *, char *, char *);
extern void doop (char *, char *, char *, char *);