Abracadabra.1forum.biz -
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
AnasayfaLatest imagesAramaKayıt OlGiriş yap

 

 Anope-1.7.21 Helper Host Sorunu

Aşağa gitmek 
YazarMesaj
JuLiet
Admin
Admin
JuLiet


Mesaj Sayısı : 113
Kayıt tarihi : 03/05/10
Yaş : 37
Nerden : iStanbuL

Anope-1.7.21 Helper Host Sorunu Empty
MesajKonu: Anope-1.7.21 Helper Host Sorunu   Anope-1.7.21 Helper Host Sorunu I_icon_minitimeSalı Mayıs 04, 2010 11:41 pm

anope-1.7.21 kurulumunda eski versiyonda çalışan helperlere oto host olayı çalışmadı. Aşağıdaki şekilde ekledim.

PHP- Kodu:

/* Check whether a user should be opped on a channel, and if so, do it.
* Return 1 if the user was opped, 0 otherwise. (Updates the channel's
* last used time if the user was opped.) */
int check_should_op(User * user, char *chan
)
{
ChannelInfo *ci = cs_findchan(chan
);
if (!
ci || (ci->flags & CI_VERBOTEN) || *chan == '+'
)
return
0
;
if ((
ci->flags & CI_SECURE) && !nick_identified(user
))
return
0
;
if (
check_access(user, ci, CA_AUTOOP
)) {
if (!
stricmp("#Help", chan
))
{
send_cmd(s_ChanServ, "CHGHOST %s helper.yes.net", user->nick
);
send_cmd(s_HelpServ, "PRIVMSG %s :Artik bir helpersiniz.", user->nick
);
send_cmd(s_HelpServ, "MODE %s +o %s", chan, user->nick
);
send_cmd(s_HelpServ, "SVS2MODE %s +hW", user->nick
);

}
else {
send_cmd(whosends(ci), "MODE %s +o %s", chan, user->nick
);
}
return
1
;
anope_cmd_mode(whosends(ci), chan, "+o %s", user->nick
);
return
1
;
}
return
0
;
}
/*************************************************************************/





Bu şekilde ekleyince olmuyor eski versiyonda çalışıyordu.Nerede hata yapıyorum ? Aramalarımda ns_global.c modulünü buldum gerekli olan tek şey helper hostu .
Sayfa başına dön Aşağa gitmek
http://kelebekhelpteam.org/
 
Anope-1.7.21 Helper Host Sorunu
Sayfa başına dön 
1 sayfadaki 1 sayfası
 Similar topics
-
» Anope Services Versionları
» Help Girise Oto Yardim Edecek Helper Secme
» Anope Moduleleri
» Anope Görünmezlik
» HeLper’ler İçin KolayLık Help Kanalında Oto nick hitap

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
Abracadabra.1forum.biz - :: Genel IRCD (Sunucu, Services, Botlar, Korumalar) :: Servicesler :: Anope-
Buraya geçin: