sylae / ligrev

XMPP MUC Utility bot
GNU General Public License v3.0
2 stars 1 forks source link

:tell is case-sensitive #47

Closed sylae closed 8 years ago

sylae commented 8 years ago

since the MEGA-EDIT, :tell (or more specifically, mucRoom::jidToNick()) no longer does case-insensitive searches.

It should.

sylae commented 8 years ago

In addition, check to make sure we are querying the db in an insensitive fashion.

sylae commented 8 years ago

Also, let's remove the tellCaseSensitive flag, there's really no good reason to use it ....