X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fipcdef.h;h=e139b49fdf8a592e0c6e4245f7bac9d089f5f1c1;hp=48d418d024bf9bf08c5622828c8b07e0a4853ef0;hb=dec376f24d293ec5b3b979981238115ad4e7fd9c;hpb=83e8005f4ca86da0b643dc8fea735add3db9948b diff --git a/citadel/ipcdef.h b/citadel/ipcdef.h index 48d418d02..e139b49fd 100644 --- a/citadel/ipcdef.h +++ b/citadel/ipcdef.h @@ -67,7 +67,7 @@ struct CtdlServInfo { #define US_DISAPPEAR 512 /* Use "disappearing msg prompts" */ #define US_REGIS 1024 /* Registered user */ #define US_PAGINATOR 2048 /* Pause after each screen of text */ -#define US_INTERNET 4096 /* UUCP/Internet mail privileges */ +#define US_INTERNET 4096 /* Internet mail privileges */ #define US_FLOORS 8192 /* User wants to see floors */ #define US_COLOR 16384 /* User wants ANSI color support */ #define US_USER_SET (US_LASTOLD | US_EXPERT | US_UNLISTED | \