chanserv.c
if (!stricmp("#Radyo", chan)) { send_cmd(s_ChanServ, "CHGHOST %s Dj.Sunucuadı.Com.", user->nick); send_cmd(s_ChanServ, "MODE %s +o %s", chan, user->nick); } else { send_cmd(whosends(ci), "MODE %s +o %s", chan, user->nick); } return 1;