[[project @ 2002-11-03 22:42:59 by unknown_lamer] unknown_lamer**20021103224259 Made Mask::match case insensitive ] { hunk ./ChangeLog 1 +2002-11-03 Clinton Ebadi + + * source/Mask.C (match): Made Mask::match case insensitive + hunk ./TODO 18 + - At least allow all hooks of a type with the same name field to be + deleted at once (also all hooks with the same name). Also allow + deleting based on the regexp hunk ./TODO 22 - (e.g. bot:send-CTCP to send a CTCP message) + (e.g. bot:send-CTCP to send a CTCP message) hunk ./TODO 28 -+ Add functions to talk to DCC chatters hunk ./TODO 46 -* Complete rewrite ;-) hunk ./source/Mask.C 71 - if ((m[0] == n[0]) || + if ((std::tolower (m[0]) == std::tolower (n[0])) || }