![]() |
Oper IDLE Gizleme Modu (+I)
Merhabalar,
Öncelikle bu uygulama yanlış hatırlamıyorsam UnrealIRCd'in 3.2.10 versiyonu ve ondan sonraki versiyonlarında olduğunu belirtmek isterim. Klasör: -> Unreal3.2/src/ Dosya: -> (umodes.c) BULUN, Kod:
long UMODE_NOCTCP = 0L; /* Blocks ctcp (except dcc and action) */ALTINA, Kod:
long UMODE_HIDLE = 0L; /* Hides the idle time of opers */EKLEYIN, - BULUN, Kod:
UmodeAdd(NULL, 'p', UMODE_GLOBAL, NULL, &UMODE_HIDEWHOIS);ALTINA, Kod:
UmodeAdd(NULL, 'I', UMODE_GLOBAL, umode_allow_opers, &UMODE_HIDLE);EKLEYIN, Klasör: -> Unreal3.2/include/ Dosya: -> (h.h) BULUN, Kod:
extern MODVAR long UMODE_NOCTCP;ALTINA, Kod:
extern MODVAR long UMODE_HIDLE; /* hides oper idle times */EKLEYIN, Klasör: -> Unreal3.2/src/modules/ Dosya: -> (m_whois.c) BULUN, Kod:
if (MyConnect(acptr))DEGISTIRIN, Kod:
if (MyConnect(acptr) && (IsAnOper(sptr) || !(acptr->umodes & UMODE_HIDLE)))Klasör: -> Unreal3.2/src/modules/ Dosya: -> (webtv.c) BULUN, Kod:
if (acptr->user && MyConnect(acptr))DEGISTIRIN, Kod:
if (MyConnect(acptr) && (IsAnOper(sptr) || !(acptr->umodes & UMODE_HIDLE))) |
| Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 01:24. |
Powered by vBulletin® Version 3.8.9
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.
Search Engine Optimization by vBSEO 3.6.1
User Alert System provided by
Advanced User Tagging (Lite) -
vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.Navbar with Avatar by Motorradforum