preparing storage backend to store usermode and awaymessage for session restore
[quassel.git] / src / core / SQL / SQLite / 14 / select_networks_for_user.sql
1 SELECT networkid, networkname, identityid, servercodec, encodingcodec, decodingcodec,
2        userandomserver, perform, useautoidentify, autoidentifyservice, autoidentifypassword,
3        useautoreconnect, autoreconnectinterval, autoreconnectretries, unlimitedconnectretries, rejoinchannels
4 FROM network
5 WHERE userid = :userid