diff options
| author | 2021-01-30 14:19:23 +0000 | |
|---|---|---|
| committer | 2021-01-30 14:20:25 +0000 | |
| commit | e8514f7149bbf81bc394a7a12c54d11dda3da290 (patch) | |
| tree | 9ec482e863b51f5148eee3b0545ca8cfcce8a1bc /src/modules/m_clearchan.cpp | |
| parent | Rename <uline> to <service>. (diff) | |
Replace all internal references to uline with services.
Diffstat (limited to 'src/modules/m_clearchan.cpp')
| -rw-r--r-- | src/modules/m_clearchan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_clearchan.cpp b/src/modules/m_clearchan.cpp index 5562b3ee7..42159b0e6 100644 --- a/src/modules/m_clearchan.cpp +++ b/src/modules/m_clearchan.cpp @@ -71,7 +71,7 @@ class CommandClearChan : public Command const std::string reason = parameters.size() > 2 ? parameters.back() : "Clearing " + chan->name; - if (!user->server->IsSilentULine()) + if (!user->server->IsSilentService()) ServerInstance->SNO.WriteToSnoMask((IS_LOCAL(user) ? 'a' : 'A'), user->nick + " has cleared \002" + chan->name + "\002 (" + method + "): " + reason); user->WriteNotice("Clearing \002" + chan->name + "\002 (" + method + "): " + reason); |
