cd ircservices*
cd modules
cd nickserv
pico main.c Kod: Kodu kopyalamak için üzerine çift tıklayın! /* Only show hidden fields to owner and sadmins and only when the ALL
* parameter is used. -TheShadow */
can_show_all = ((u==ni->user && nick_online) || is_services_admin(u)); bu satırı ; Kod: Kodu kopyalamak için üzerine çift tıklayın! /* Only show hidden fields to owner and sadmins and only when the ALL
* parameter is used. -TheShadow */
can_show_all = ((u==ni->user && nick_online) || is_services_root(u)); bu şekilde değiştirin
make , make install ve serviceslere restart atın
|