if (CheckClones) {
/* Check to see if it looks like clones. */
check_clones(user);
}
if (svid == 0) {
display_news(user, NEWS_LOGON);
display_news(user, NEWS_RANDOM);
}
if (svid == ts && user->na) {
/* Timestamp and svid match, and nick is registered; automagically identify the nick */
user->svid = svid;
user->na->status |= NS_IDENTIFIED;
Bu satırları bulup aşağıdaki Eklemeleri yapın:
Alıntı:
if (CheckClones) {
/* Check to see if it looks like clones. */
check_clones(user);
}
if (svid == 0) {
display_news(user, NEWS_LOGON);
display_news(user, NEWS_RANDOM);
if (!user->na) {
send_cmd(s_NickServ, "NOTICE %s :Merhaba %s, Nickiniz Kayıtlı Değil, Nick Kaydı Hakkında Daha Fazla Bilgi için /msg nickserv help register Komutunu Kullanınız.", user->nick, user->nick);
}
}
if (svid == ts && user->na) {
/* Timestamp and svid match, and nick is registered; automagically identify the nick */
user->svid = svid;
user->na->status |= NS_IDENTIFIED;
Bir mum diğer bir mumu tutuşturduğunda ışığından birşey kaybetmez
!!
Bildiğim Tek Şey Hiç Birşey Bilmediğimi Bildiğimdir..