Invisible mode (+i)
Posted: Tue May 25, 2004 2:39 am
I was wondering, after looking in the umodes.c, if it was possible to reactivate the invisible mode for all users. if so how? I have a proposal but I am unsure, and don't know how to test it without installing it on one of my servers.
Tell me if this is correct, if not how to correct it:
;this is the line i found in the umode.c
UmodeAdd(NULL, 'i', UMODE_GLOBAL, NULL, &UMODE_INVISIBLE);
;if it were changed to this would it work or is it more indepth than that?!?
UmodeAdd(NULL, 'i', UMODE_GLOBAL, umode_allow_all, &UMODE_INVISIBLE);
any help would be much appreciated because I will not update my server set until I have the stealth/invisible function back.
Tell me if this is correct, if not how to correct it:
;this is the line i found in the umode.c
UmodeAdd(NULL, 'i', UMODE_GLOBAL, NULL, &UMODE_INVISIBLE);
;if it were changed to this would it work or is it more indepth than that?!?
UmodeAdd(NULL, 'i', UMODE_GLOBAL, umode_allow_all, &UMODE_INVISIBLE);
any help would be much appreciated because I will not update my server set until I have the stealth/invisible function back.