common: Allow skipping negotiation of IRCv3 caps
[quassel.git] / src / core / SQL / SQLite / setup_020_network.sql
index 60417a7..239f22b 100644 (file)
@@ -28,5 +28,6 @@ CREATE TABLE network (
        messagerateburstsize INTEGER NOT NULL DEFAULT 5, -- Maximum messages at once
        messageratedelay INTEGER NOT NULL DEFAULT 2200,  -- Delay between future messages (milliseconds)
        unlimitedmessagerate INTEGER NOT NULL DEFAULT 0, -- BOOL - Disable rate limits
+       skipcaps TEXT,                                   -- Space-separated IRCv3 caps to not auto-negotiate
        UNIQUE (userid, networkname)
 )