X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fusers.h;h=fa9d97c215f664403ec7e969f6242253c12557eb;hb=d736eba00b274c87662bd73a3acf8288135643d6;hp=aa11a2b82ac5b2adb52452cc17691002c5899f67;hpb=a500ec70bb82151c8fcf7443b4645640233952e8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/users.h b/include/users.h index aa11a2b82..fa9d97c21 100644 --- a/include/users.h +++ b/include/users.h @@ -328,10 +328,6 @@ class CoreExport User : public Extensible */ unsigned int registered:3; - /** Whether or not to send an snotice about this user's quitting - */ - unsigned int quietquit:1; - /** If this is set to true, then all socket operations for the user * are dropped into the bit-bucket. * This value is set by QuitUser, and is not needed seperately from that call.