Hıhım 2. versiyonda yok 1. versiyonun check.c icerisinden alabilirsiniz kullanmak icin.
List hatasında ise 3 tane hata oldugunu söylemiştim bunlardan biriside list idi.
Nickserv/main.c icerisinde;
|
Alıntı: |
if (have_auth_module && ngi && ngi->authcode)
auth_char = "?";
}
notice(s_NickServ, u->nick, " %c%c%s %s %s",
suspended_char, noexpire_char, auth_char, buf);
}
}
}
|
bu bölümü
|
Alıntı: |
if (have_auth_module && ngi && ngi->authcode)
auth_char = "?";
}
notice(s_NickServ, u->nick, " %c%c%s %s",
suspended_char, noexpire_char, auth_char, buf);
}
}
}
|
olarak değişirseniz sorun kalmaz.