progval / Limnoria

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
https://docs.limnoria.net/
Other
621 stars 174 forks source link

Fix: Ignore trailing chars/spaces for Karma #1579

Closed prdes closed 4 months ago

prdes commented 5 months ago

The trailing characters , and : have been chosen as they are the most popular ones appended to tab completed nicks.

Solves #1495

progval commented 5 months ago

Could you add \t too?