Build the monolithic client (-DWANT_MONO=ON) by default again, as it's usable now
[quassel.git] / src / core / SQL / SQLite / 11 / 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