Jump to content
chain

Proxy listesi ekleme silme

Recommended Posts

  • Administrators
Posted
on *:text:*:#KANAL:{
  if !proxyekle* iswm $1- {
    if $read(proxy.txt,w,$2-) {
      .msg $chan $2 Proxy Listesinde zaten ekli.
    }
    else {
      write proxy.txt $2-
      .msg #KANAL $2 Proxy Listesine Eklendi.
      .gzline $2 Proxy PERM
    }
  }
  if !proxysil* iswm $1- {
    if !$read(proxy.txt,w,$2-) {
      .msg #KANAL $2 Maskı Zaten Proxy Listesinde yok.
    }
    else {
      write $+(-,dw,$2-) badnick.txt
      .msg #KANAL $2 Maskı Proxy Listesinden Silindi.
      .gzline $2
    }
  }
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...