diff options
| author | 2019-02-07 12:17:09 +0000 | |
|---|---|---|
| committer | 2019-02-07 12:17:09 +0000 | |
| commit | 8e908f0a6864eab4cf37997773603e9943bb7892 (patch) | |
| tree | e4be6165b608bdfa35cbce88f447d94d9b498974 /src/modules/m_spanningtree/capab.cpp | |
| parent | ModuleManager: remove fakederef. (diff) | |
| download | inspircd++-8e908f0a6864eab4cf37997773603e9943bb7892.tar.gz inspircd++-8e908f0a6864eab4cf37997773603e9943bb7892.tar.bz2 inspircd++-8e908f0a6864eab4cf37997773603e9943bb7892.zip | |
SnomaskManager: remove fakederef.
Diffstat (limited to 'src/modules/m_spanningtree/capab.cpp')
| -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 93e8008a6..e29ce70ba 100644 --- a/src/modules/m_spanningtree/capab.cpp +++ b/src/modules/m_spanningtree/capab.cpp @@ -297,7 +297,7 @@ bool TreeSocket::Capab(const CommandBase::Params& params) { if (Utils->AllowOptCommon) { - ServerInstance->SNO->WriteToSnoMask('l', + ServerInstance->SNO.WriteToSnoMask('l', "Optional module lists do not match, some commands may not work globally.%s%s%s%s", diffIneed.length() ? " Not loaded here:" : "", diffIneed.c_str(), diffUneed.length() ? " Not loaded there:" : "", diffUneed.c_str()); |
