diff options
author | Adam <Adam@anope.org> | 2016-09-23 20:46:39 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-09-23 21:01:35 -0400 |
commit | 76175c8c44920ead8c42a87368307780dae7580e (patch) | |
tree | 23ff06625b23a22259c985961258b821c23641b6 | |
parent | 5ef707c31391930cc605c5e9cc86adee104a779c (diff) |
hybrid: set CanSQLineChannel
-rw-r--r-- | modules/protocol/hybrid.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/hybrid.cpp b/modules/protocol/hybrid.cpp index d733dadee..ccf4cd05b 100644 --- a/modules/protocol/hybrid.cpp +++ b/modules/protocol/hybrid.cpp @@ -59,6 +59,7 @@ class HybridProto : public IRCDProto CanSVSJoin = true; CanSNLine = true; CanSQLine = true; + CanSQLineChannel = true; CanSZLine = true; CanCertFP = true; CanSetVHost = true; |