core: Limit "User is away" to 1hr or when changed
[quassel.git] / src / core / SQL / SQLite / delete_nicks.sql
1 DELETE FROM identity_nick
2 WHERE identityid = :identityid;