Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: sohbet odalari on February 02, 2014, 06:45:49 PM

Title: Channel User Host Needed
Post by: sohbet odalari on February 02, 2014, 06:45:49 PM
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 ?