The Networksettings are now stored purely in the Database.
[quassel.git] / src / core / SQL / SQLite / 5 / select_networks_for_user.sql
diff --git a/src/core/SQL/SQLite/5/select_networks_for_user.sql b/src/core/SQL/SQLite/5/select_networks_for_user.sql
new file mode 100644 (file)
index 0000000..ff6d801
--- /dev/null
@@ -0,0 +1,5 @@
+SELECT networkid, networkname, identityid, usecustomencoding, encodingcodec, decodingcodec,
+       userandomserver, perform, useautoidentify, autoidentifyservice, autoidentifypassword,
+       useautoreconnect, autoreconnectinterval, autoreconnectretries, rejoinchannels
+FROM network
+WHERE userid = :userid
\ No newline at end of file