common: Allow skipping negotiation of IRCv3 caps
[quassel.git] / src / core / SQL / SQLite / select_networks_for_user.sql
index a5395dc..adf490b 100644 (file)
@@ -2,6 +2,6 @@ SELECT networkid, networkname, identityid, servercodec, encodingcodec, decodingc
        userandomserver, perform, useautoidentify, autoidentifyservice, autoidentifypassword,
        useautoreconnect, autoreconnectinterval, autoreconnectretries, unlimitedconnectretries,
        rejoinchannels, usesasl, saslaccount, saslpassword, usecustomessagerate,
-       messagerateburstsize, messageratedelay, unlimitedmessagerate
+       messagerateburstsize, messageratedelay, unlimitedmessagerate, skipcaps
 FROM network
 WHERE userid = :userid