aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2015-11-03 13:13:00 +0100
committerGravatar Attila Molnar2015-11-03 13:13:00 +0100
commitc89cc290fbc6d53040fc8abc6fc0b0cb637beee9 (patch)
tree97060938b9341f81ad2fb47a9afecd720d182569 /src/users.cpp
parentAdd UserManager::NextAlreadySentId() and convert all code to use it (diff)
downloadinspircd++-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.cpp2
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))