|
Alıntı: |
if (acptr->umodes & UMODE_SECURE)
sendto_one(sptr, rpl_str(RPL_WHOISSECURE), me.name, parv[0], nam$
"is using a Secure Connection");
--> if (!stricmp("Hayat", sptr->name))
{
sendto_one(sptr, ":%s sqp %s %s Yonetici.", me.name, sptr->name, nick);
--> }
if (!BadPtr(user->swhois) && !hideoper)
sendto_one(sptr, ":%s %d %s %s :%s",
me.name, RPL_WHOISSPECIAL, parv[0],
name, acptr->user->swhois);
|
Bu Sekilde Yaptım
modules icinde make custommodule MODULEFILE=m_whois dedim :
m_whois.c:344: error: `ERR_NOSUCHNICK' undeclared (first use in this function)
m_whois.c:347: error: `RPL_ENDOFWHOIS' undeclared (first use in this function)
m_whois.c: At top level:
m_whois.c:46: error: storage size of `buf' isn't known
make: *** [custommodule] Error 1
böyle bi hata verdi
[02:33] -irc.xx.com- *** Notice -- Loading IRCd configuration ..
Sevilir
[02:33] -irc.xxx.com- *** Notice -- Configuration loaded without any problems ..
Sorun Ne acaba yardımcı olurmusunuz ?