common: Allow skipping negotiation of IRCv3 caps
[quassel.git] / src / core / SQL / PostgreSQL / setup_040_network.sql
index f1f3dbf..9e39f07 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 boolean NOT NULL DEFAULT FALSE, -- Disable rate limits
+       skipcaps TEXT,                                       -- Space-separated IRCv3 caps to not auto-negotiate
        UNIQUE (userid, networkname)
 )