The Networksettings are now stored purely in the Database.
[quassel.git] / src / core / SQL / SQLite / 5 / select_networks_for_user.sql
1 SELECT networkid, networkname, identityid, usecustomencoding, encodingcodec, decodingcodec,
2        userandomserver, perform, useautoidentify, autoidentifyservice, autoidentifypassword,
3        useautoreconnect, autoreconnectinterval, autoreconnectretries, rejoinchannels
4 FROM network
5 WHERE userid = :userid