mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-08 12:09:22 +01:00
a8736d9a64
When searching for 'st*ke', 'stryker' would incorrectly match, 'stryke' would
be added to the nick set and the subsequent lookup would cause a KeyError.
This is fixed both by anchoring the regexp ('^st.*ke$' instead of 'st.*ke')
and adding searchNick to the nick set instead of the string that matched the
pattern.
Closes: Sf#3377381
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
(cherry picked from commit
|
||
---|---|---|
.. | ||
__init__.py | ||
config.py | ||
plugin.py | ||
README.txt | ||
test.py |
Insert a description of your plugin here, with any notes, etc. about using it.