diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-07-24 14:20:14 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-07-24 14:20:14 +0200 |
commit | 484bb1ef629d510f5b9bccf56f54c5af27fa3650 (patch) | |
tree | f71f32b25328b94b4813e2140e280d351c3e72ad /src/modules/m_spanningtree | |
parent | 2190782c352af6a4f55ab01131f0cb68fe65e989 (diff) |
Update example configuration files, fix typos and case
Mention m_regex_stdlib in the list of regex providers after m_filter
Diffstat (limited to 'src/modules/m_spanningtree')
-rw-r--r-- | src/modules/m_spanningtree/capab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/capab.cpp b/src/modules/m_spanningtree/capab.cpp index d4023bd6d..7b6435898 100644 --- a/src/modules/m_spanningtree/capab.cpp +++ b/src/modules/m_spanningtree/capab.cpp @@ -161,7 +161,7 @@ void TreeSocket::SendCapabilities(int phase) // Services want to know about it, and since m_globops was not marked as VF_(OPT)COMMON // in 2.0, we advertise it here to not break linking to previous versions. // Protocol version 1201 (1.2) does not have this issue because we advertise m_globops - // to 1202 protocol servers irrespectively of its module flags. + // to 1201 protocol servers irrespectively of its module flags. (ServerInstance->Modules->Find("m_globops.so") != NULL ? " GLOBOPS=1" : " GLOBOPS=0")+ " SVSPART=1"); |