diff options
author | Adam <Adam@anope.org> | 2012-12-24 18:15:38 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-12-24 18:15:38 -0500 |
commit | 33ae442aa15453d2d6ddb53020db7eecdd74ba53 (patch) | |
tree | 43a4f440aca3d0da4183856e307e09e10d4b55e2 /modules/protocol/plexus.cpp | |
parent | 1285c7f0cafa39d3d9133ee40fa4a5ec6c3f3b57 (diff) |
We can svsjoin on plexus
Diffstat (limited to 'modules/protocol/plexus.cpp')
-rw-r--r-- | modules/protocol/plexus.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index 42d282d19..c66d34f50 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -22,6 +22,7 @@ class PlexusProto : public IRCDProto { DefaultPseudoclientModes = "+oiU"; CanSVSNick = true; + CanSVSJoin = true; CanSetVHost = true; CanSetVIdent = true; CanSNLine = true; |