summaryrefslogtreecommitdiff
path: root/modules/protocol/solanum.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-05-09 18:53:43 +0100
committerSadie Powell <sadie@witchery.services>2024-05-09 18:54:40 +0100
commitc36030c82617ee2616260c9ca3635940e5a7a679 (patch)
tree991dc7a5a4aa2a5a1a9ae3eba24e131ba809c3c0 /modules/protocol/solanum.cpp
parent33a02b12239a9dd1ee6e41ab4de07a544c7aa6ae (diff)
Remove CanSVSLogout and implement logout support on Plexus.
Diffstat (limited to 'modules/protocol/solanum.cpp')
-rw-r--r--modules/protocol/solanum.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/protocol/solanum.cpp b/modules/protocol/solanum.cpp
index 3b2e22f85..fccf85230 100644
--- a/modules/protocol/solanum.cpp
+++ b/modules/protocol/solanum.cpp
@@ -45,7 +45,6 @@ public:
CanSZLine = true;
CanSVSNick = true;
CanSVSHold = true;
- CanSVSLogout = true;
CanSetVHost = true;
RequiresID = true;
MaxModes = 4;