Add chanroles to isupport so clients know it exists.
This commit is contained in:
parent
8aabb973c0
commit
6d8ec56083
1 changed files with 1 additions and 0 deletions
|
@ -322,5 +322,6 @@ init_isupport(void)
|
|||
add_isupport("TARGMAX", isupport_targmax, NULL);
|
||||
add_isupport("EXTBAN", isupport_extban, NULL);
|
||||
add_isupport("WHOX", isupport_string, "");
|
||||
add_isupport("CHANROLES", isupport_string, "");
|
||||
add_isupport("CLIENTVER", isupport_string, "3.0");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue