diff options
| author | 2021-11-28 21:17:22 +0000 | |
|---|---|---|
| committer | 2021-11-28 21:17:22 +0000 | |
| commit | bd517c7e44d1ad800e59f305aafe4e0e6dce04d0 (patch) | |
| tree | 53d3b786aa3a49bc852413d0f018cd0a2aacfd1a /src/snomasks.cpp | |
| parent | Remove unnecessary comments and reorder core snomask registration. (diff) | |
Add a snomask flag for rehash messages.
Diffstat (limited to 'src/snomasks.cpp')
| -rw-r--r-- | src/snomasks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp index de90dbb1d..ddfabf683 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -77,6 +77,7 @@ SnomaskManager::SnomaskManager() EnableSnomask('k', "KILL"); EnableSnomask('o', "OPER"); EnableSnomask('q', "QUIT"); + EnableSnomask('r', "REHASH"); } bool SnomaskManager::IsSnomaskUsable(char ch) const |
