From ff9ca3c8ef1e5571cdf112b6c850102e7d08d4ed Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Thu, 31 Jan 2019 17:47:06 +0100 Subject: [PATCH] Add 005 token DEAF=d --- src/api-isupport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api-isupport.c b/src/api-isupport.c index 8dcd9ff9b..10ebd43f0 100644 --- a/src/api-isupport.c +++ b/src/api-isupport.c @@ -141,6 +141,7 @@ void isupport_init(void) IsupportSet(NULL, "UHNAMES", NULL); else IsupportDelByName("UHNAMES"); + IsupportSet(NULL, "DEAF", "d"); set_isupport_extban(); /* EXTBAN=xyz */ }