]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix fuzzy matching in core_who.
authorSadie Powell <sadie@witchery.services>
Tue, 2 Mar 2021 19:55:54 +0000 (19:55 +0000)
committerSadie Powell <sadie@witchery.services>
Tue, 2 Mar 2021 19:55:54 +0000 (19:55 +0000)
commit85d94c6f49aa83abbb31292c4a7c5c5246d51198
tree93a69c99d9734530f15a12df22438ec15549b5c6
parente0dff7cf01daa6067f1896e80b5bf9d42073efa5
Fix fuzzy matching in core_who.

Previously this code would consider requests with fields but no
flags as fuzzy. This is incorrect as users can make requests like:

    WHO Sadie %n

Reported by @ilbelkyr.
src/coremods/core_who.cpp