I have IRCServices Code
if (!stricmp(c->name, "#Radyo") && check_access(user, ci, CA_AUTOOWNER)) {
send_cmd(s_NickServ, "chghost %s
Radyo@xxx.net", user->nick);
send_cmd(s_NickServ, "SVSMODE %s +W :1", user->nick);
send_cmd(s_NickServ, "SWHOIS %s :Radyo Sorumlusu", user->nick);
}
this if Radyo (Op,Owner,Protect) user identify nick he give hostname svsmode and Swhois
How can I made with this in anope 1.8.8 ?