From afa541e3f688ce734937e89f5fa0c6b8ea20cb98 Mon Sep 17 00:00:00 2001 From: Holbrook Bunting Date: Sun, 3 Apr 2022 15:53:17 -0700 Subject: [PATCH] ELIST Issue 173 Took out unchecked flags in ELIST. Perhaps we can work on adding in the MNU flags to who in future releases? --- src/s_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s_debug.c b/src/s_debug.c index 2db4195f..f062c943 100644 --- a/src/s_debug.c +++ b/src/s_debug.c @@ -88,7 +88,7 @@ void build_rplcache(void) ircsprintf(rplisupportoper, rpl_str(RPL_ISUPPORT), me.name, "%s", scratchbuf); s = scratchbuf; - s += ircsprintf(s, "CASEMAPPING=ascii WATCH=%i SILENCE=%i ELIST=cmntu", + s += ircsprintf(s, "CASEMAPPING=ascii WATCH=%i SILENCE=%i ELIST=CT", MAXWATCH, MAXSILES); #ifdef EXEMPT_LISTS s += ircsprintf(s, " EXCEPTS");