Rename strict-ident, apply to non-identd response
[quassel.git] / src / core / SQL / SQLite / delete_nicks.sql
1 DELETE FROM identity_nick
2 WHERE identityid = :identityid;