Jump to content

IRCx

Members
  • Posts

    104
  • Joined

  • Last visited

Posts posted by IRCx

  1. IRCx would this work?

    if ($1- isin $read text/kickword.txt)

     

     

    From my experience this would check to see if $1- is in a random line of kickword.txt. But I have never written a badword kick, nor do I use text files in protects, so I don't know, which is why I ask. :D

     

    yes , i just tested the thing i posted myself and it works

  2. Thanks everyone.

    This code seems to work best for what I want to create :

    alias kicknick { access $1 add deny $address($2,2) $3 : $+ $4- | kick $1 $2 $4- }
    on *:TEXT:*:#:{
      tokenize 32 $vstrip($1-)
      if ($1- == ***) kicknick $chan $nick 0 $1 Not Allowed
    }

     

    After a few tests, i oculd not edit to just kick and not ban. I will use this snippet for ban deny, and wil try to make it just kick. I just seem to have an issue with kicknick. I am gfoing to try and edit the ban time, but if anyone can lend a hand..I'll have a pepsi for you:D

    What I want is to filter a few words and kick for a few and then ban for some. I really do not want a warning system. I have the filter complete, and functional. Now the bans, but I just can't get it to do a simple kick.

    THNX!

     

    
    on *:TEXT:*:#:{
      tokenize 32 $Vkick($1-)
      if ($1- isin $read text/kickword.txt) { kick # $nick }
      elseif ($1- isin $read text/banword.txt) { access # add deny $nick | kick # $nick }
    
    }
    alias Vkick { var %a, %b = $regsub($1-,/^VSIXc\|\|[^>]+\|\|[^>]+\|\|[^>]+\|\|* :,,%a) | return %a }
    
    
    

     

    put a kickword.txt and a banword.txt in a file called text , put this file in mirc directorie

     

    should work

    dunno if this is what you r looking for

  3. this means

    we can let the ocx connect to other irc servers without the need of any updates of the chat software.

     

     

    vsixc has alway's been open to the idea of joining forces with "existing servers" .

    and yes we are aware this is not a easy task and evey thing needs to be talked aboute before a partnerschip can be created.

     

  4.  

    Also once again yes people get jealous, but some for the right reasons, if you have worked and made your own OCX, only to be beaten by the competition that uses an ILLEGAL copy of a web chat that only became so popular due to MSN Chat.

     

     

     

    we at vsixc.com use our own ocx and i don't give a tos on how many chatters other networks have.

    the ppl that come to vsixc.com enjoy it and thats the main thing :)

×
×
  • Create New...