1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 23:46:37 +02:00

Add 005 token DEAF=d

This commit is contained in:
Bram Matthys
2019-01-31 17:47:06 +01:00
parent a999b305a5
commit ff9ca3c8ef
+1
View File
@@ -141,6 +141,7 @@ void isupport_init(void)
IsupportSet(NULL, "UHNAMES", NULL);
else
IsupportDelByName("UHNAMES");
IsupportSet(NULL, "DEAF", "d");
set_isupport_extban(); /* EXTBAN=xyz */
}