Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Channel User Host Needed  (Read 5875 times)

0 Members and 1 Guest are viewing this topic.

sohbet odalari

  • Anope User
  • Offline Offline
  • Posts: 5
    • Sohbet
Channel User Host Needed
« 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 ?
Logged
<a href="http://sohbetodam.org">Sohbet</a> | <a href="http://sohbetodam.org">Sohbet Odaları</a>
Pages: [1]   Go Up