Anope Support > 1.8.x/1.7.x Support (Read Only)

Channel User Host Needed

(1/1)

sohbet odalari:
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 ?

Navigation

[0] Message Index

Go to full version