![]() |
İrcservicesde founder sop hatası yarım edin lütfen :( merhaba ustalarım ircservices kurdum kanalı kayıt ettim ve +qa oldum yanlız hala @ aop olarak gözüküyor yardım edermısınız |
Cevap: İrcservicesde founder sop hatası yarım edin lütfen :( unreal'ini make et asagidaki yaziyi gorunce ayni sekilde uygula. Do you want to enable prefixes for chanadmin and chanowner? This will give +a the & prefix and ~ for +q (just like +o is @) Supported by the major clients (mIRC, xchat, epic, eggdrop, Klient, PJIRC, etc.) with the notable exceptions of irssi, KVIrc and CGI:IRC. This feature should be enabled/disabled network-wide. [No] -> yes bu kisima gelince yes yaz |
Cevap: İrcservicesde founder sop hatası yarım edin lütfen :( Alıntı:
sonrasında Kod: ./Config Do you want to enable prefixes for chanadmin and chanowner? This will give +a the & prefix and ~ for +q (just like +o is @) Supported by the major clients (mIRC, xchat, epic, eggdrop, Klient, PJIRC, etc.) with the notable exceptions of irssi, KVIrc and CGI:IRC. This feature should be enabled/disabled network-wide. [No] -> Eğer serverınızda kanaldaki founder yada adminlerin ~ gibi modlarda gözükmesini istiyorsanız, YES yazınız. sonrasında enter diyerek devam ediyorsunuz. Unreal IRCD nin configure bölümü tamamlanmıs oluyor. Sonrasında Kod: make make sonrasında Kod: ./unreal start Kod: ./unreal restart |
Cevap: İrcservicesde founder sop hatası yarım edin lütfen :( Arkadaşlar ßen Yaptım Yine Aynı Olmuyor ßir Türlü Yardımcı olurmusunuz Lütfen. |
Cevap: İrcservicesde founder sop hatası yarım edin lütfen :( Eğer sorununuz founderların +q yani ~ prefixini servisler tarafından alamıyor olmasıysa ircservices'ın son çıkan sürümlerinde bu böyle. Önceki sürümlerinde kanal founderına owner prefixi olan ~ işaretini veriyordu ama söylediğim gibi son sürümlerinde vermiyor bunu. Eğer sorununuz tüm op-sop-founder'ların @ prefixiyle görünmesiyse buna çözüm SaLTaNaT'ın bir yukarıda gösterdiği yöntemdir. |
Cevap: İrcservicesde founder sop hatası yarım edin lütfen :( SaLtaNaT PAylaşımın için teşekkür ederim denedik ve aynı şekilde çalıştı. Ancak şöyle bir durum var. @ ve & aynen çıkmasına rağmen Founder e ~ değil de . (Bildiğimiz nokta) işareti veriyor. Böyle bir Sorunla karşılaşan ya da çözebilen var mı ? |
Cevap: İrcservicesde founder sop hatası yarım edin lütfen :( Alıntı:
Kod: #define CHPFIX "(qaohv).&@%+" aşağıdaki ile değiştir #define CHPFIX "(qaohv)~&@%+" src/api-isupport.c içinde Kod: #ifdef PREFIX_AQ IsupportAdd(NULL, "STATUSMSG", ".&@%+"); aşağıdaki ile değiştir #ifdef PREFIX_AQ IsupportAdd(NULL, "STATUSMSG", "~&@%+"); src/channel.c içinde Kod: #ifdef PREFIX_AQ if (cm->flags & CHFL_CHANOWNER) buf[idx++] = '.'; else if (cm->flags & CHFL_CHANPROT) buf[idx++] = '&'; else #endif aşağıdaki ile değiştir #ifdef PREFIX_AQ if (cm->flags & CHFL_CHANOWNER) buf[idx++] = '~'; else if (cm->flags & CHFL_CHANPROT) buf[idx++] = '&'; else #endif src/webtv.c içinde Kod: #else if (access & CHFL_CHANOWNER) *(buf + len++) = '.'; else if (access & CHFL_CHANPROT) *(buf + len++) = '&'; #endif aşağıdaki ile değiştir #else if (access & CHFL_CHANOWNER) *(buf + len++) = '~'; else if (access & CHFL_CHANPROT) *(buf + len++) = '&'; #endif src/modules/m_message.c içinde Kod: #ifdef PREFIX_AQ case '&': prefix |= PREFIX_ADMIN | PREFIX_OWNER; break; case '.': prefix |= PREFIX_OWNER; break; #else aşağıdaki ile değiştir #ifdef PREFIX_AQ case '&': prefix |= PREFIX_ADMIN | PREFIX_OWNER; break; case '~': prefix |= PREFIX_OWNER; break; #else Kod: #ifdef PREFIX_AQ else if (prefix & PREFIX_ADMIN) pfixchan[0] = '&'; else if (prefix & PREFIX_OWNER) pfixchan[0] = '.'; #endif aşağıdaki ile değiştir #ifdef PREFIX_AQ else if (prefix & PREFIX_ADMIN) pfixchan[0] = '&'; else if (prefix & PREFIX_OWNER) pfixchan[0] = ' src/modules/m_who.c içinde Kod: #ifdef PREFIX_AQ if (cm->flags & CHFL_CHANOWNER) status[i++] = '.'; else if (cm->flags & CHFL_CHANPROT) status[i++] = '&'; else #endif aşağıdaki ile değiştir #ifdef PREFIX_AQ if (cm->flags & CHFL_CHANOWNER) status[i++] = '~'; else if (cm->flags & CHFL_CHANPROT) status[i++] = '&'; else #endif src/modules/m_whois.c içinde Kod: #ifdef PREFIX_AQ if (access & CHFL_CHANOWNER) *(buf + len++) = '.'; else if (access & CHFL_CHANPROT) *(buf + len++) = '&'; else #endif aşağıdaki ile değiştir #ifdef PREFIX_AQ if (access & CHFL_CHANOWNER) *(buf + len++) = '~'; else if (access & CHFL_CHANPROT) *(buf + len++) = '&'; else #endif make çekin unreale restart atın. |
Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 16:58. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk