mIRCForumlari - mIRC ve IRC Kullanıcılarının Paylaşım Platformu
  https://www.mircforumlari.net/iletisim/


SohbetG.Com

Kullanıcı Etiket Listesi

Yeni Konu aç Cevapla
 
Seçenekler
Alt 05 Mart 2023, 06:09   #1
Çevrimdışı
Üyelik tarihi: 07 Aralık 2022
Konular: 21248
Mesajlar: 24.262
Nerden: İstanbul
Cinsiyet: Erkek
Web Site: TRmIRC.Net
IRC Sunucu: IRC.TRmIRC.Net
Alınan Beğeni: 3782
Beğendikleri: 6817
@RahmetLi
Ruh Hali : : Olu Gibi
Standart UnrealIRCD /stats o' Listesi Edit

Unreal3.2.x/src/s_err.c

Bul;

Kod : Kodu kopyalamak için üzerine çift tıklayın!

/* 243 RPL_STATSOLINE */ ":%s 243 %s %c %s * %s %s %s",
Değiştir;

Kod : Kodu kopyalamak için üzerine çift tıklayın!

/* 243 RPL_STATSOLINE */ ":%s 243 %s %d-) 2OperNick:4 %s 5- 2OperFlag:4 %s",
Unreal3.2.x/src/modules/m_stats.c

Bul;

Kod : Kodu kopyalamak için üzerine çift tıklayın!

int stats_oper(aClient *sptr, char *para) { ConfigItem_oper *oper_p; ConfigItem_oper_from *from; for (oper_p = conf_oper; oper_p; oper_p = (ConfigItem_oper *) oper_p->next) { if(!oper_p->from) sendto_one(sptr, rpl_str(RPL_STATSOLINE), me.name, sptr->name, 'O', "(none)", oper_p->name, oflagstr(oper_p->oflags), oper_p->class->name ? oper_p->class->name : ""); else for (from = (ConfigItem_oper_from *) oper_p->from; from; from = (ConfigItem_oper_from *) from->next) sendto_one(sptr, rpl_str(RPL_STATSOLINE), me.name, sptr->name, 'O', from->name, oper_p->name, oflagstr(oper_p->oflags), oper_p->class->name? oper_p->class->name : ""); } return 0; }
Değiştir;

Kod : Kodu kopyalamak için üzerine çift tıklayın!

int stats_oper(aClient *sptr, char *para) { ConfigItem_oper *oper_p; ConfigItem_oper_from *from; sendto_one(sptr, ":%s 260 %s :/STATS bilgileri başlangıcı", me.name, sptr->name); int e = 0; for (oper_p = conf_oper; oper_p; oper_p = (ConfigItem_oper *) oper_p->next) { if(!oper_p->from) sendto_one(sptr, rpl_str(RPL_STATSOLINE), me.name, sptr->name, 'O', "(none)", oper_p->name, oflagstr(oper_p->oflags), oper_p->class->name ? oper_p->class->name : ""); else for (from = (ConfigItem_oper_from *) oper_p->from; from; from = (ConfigItem_oper_from *) from->next) sendto_one(sptr, rpl_str(RPL_STATSOLINE), me.name, sptr->name, e+1, oper_p->name, oflagstr(oper_p->oflags)); e++; } sendto_one(sptr, ":%s 260 %s :Listede toplam3 %d oper mevcut durumda.", me.name, sptr->name, e); return 0; }
make
./unreal restart





Kalbim Atar Cansız, Geçmez Gün Ahsız, Vahsız..
  Alıntı ile Cevapla

Cevapla
Etiketler
Edit, or stats


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler