# | Line 260 | Line 260 | extban_get_isupport(void) | |
---|---|---|
260 | DLINK_FOREACH(node, extban_list.head) | |
261 | { | |
262 | struct Extban *extban = node->data; | |
263 | < | extban_chars[(unsigned char)extban->character] = extban->character; |
263 | > | extban_chars[extban->character] = extban->character; |
264 | } | |
265 | ||
266 | char *p = buf + strlcpy(buf, "$,", sizeof(buf)); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |