diff options
| author | 2015-11-03 13:13:00 +0100 | |
|---|---|---|
| committer | 2015-11-03 13:13:00 +0100 | |
| commit | c89cc290fbc6d53040fc8abc6fc0b0cb637beee9 (patch) | |
| tree | 97060938b9341f81ad2fb47a9afecd720d182569 /src/users.cpp | |
| parent | Add UserManager::NextAlreadySentId() and convert all code to use it (diff) | |
| download | inspircd++-c89cc290fbc6d53040fc8abc6fc0b0cb637beee9.tar.gz inspircd++-c89cc290fbc6d53040fc8abc6fc0b0cb637beee9.tar.bz2 inspircd++-c89cc290fbc6d53040fc8abc6fc0b0cb637beee9.zip | |
Move already sent id rollover handling and static LocalUser::already_sent_id into UserManager
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/users.cpp b/src/users.cpp index 258544312..93fd8d065 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -26,8 +26,6 @@ #include "inspircd.h" #include "xline.h" -already_sent_t LocalUser::already_sent_id = 0; - bool User::IsNoticeMaskSet(unsigned char sm) { if (!isalpha(sm)) |
