eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
510 stars 84 forks source link

Use strcasecmp() everywhere to compare handle. #1538

Closed michaelortmann closed 7 months ago

michaelortmann commented 9 months ago

Found by: michaelortmann Patch by: michaelortmann Fixes:

One-line summary: Use strcasecmp() everywhere to compare handle.

Additional description (if needed):

<thommey> strcasecmp I'd say
<thommey> rfc compare can only be known once connected to a server, which not all bots
<thommey> but should be done for nicknames
<thommey> handles aren't nicknames

Test cases demonstrating functionality (if applicable):