+ Reply to Thread
Results 1 to 2 of 2

Thread: dcc chat

  1. #1
    Junior Member seeker is an unknown quantity at this point
    Join Date
    May 2008
    Posts
    2
    Rep Power
    0

    salutare. am nevoie de putin ajutor cu un script cs incerc sa il fac sa mearga. Pana acum nu am reusit sa ii dau de cap. Poate reusesc cu ajutorul vostru.
    sunt ncepator in tcl.

    Code:
    bind pub -|- .bot pub:chat
    proc pub:chat {nick host hand chan text} { 
    if {[matchattr $hand n]} {
    putserv "CTCP $nick :CHAT"
    } else {
    return 0
    }
    scriptu ar trebui sa faca ceea ce face a&a la comanda. !botnet chat ... si nu trebui. daca stiam cum sa fac nu intrebam. mersi pt raspunsu tau de un enorm ajutor.

    mersi anticipat.
    Last edited by UniversaliA; 28-05-2009 at 11:10.

  2. #2
    Member AdrianK is on a distinguished road
    Join Date
    Jun 2004
    Location
    Canada
    Age
    19
    Posts
    163
    Rep Power
    0

    Eu is de ajutor? tu ceri ajutor si nu esti de ajutor la cei care vor sa te ajute... eu vreau si incerc dar ce sa fac daca nu am informatie... numai ma enervezi... trebuie sa pui intrebari inteligente nu sa ma lasi pe mine sa ghicesc ce vrei si inca sa iti fac... nu e corect asa... oricum... scriptul care tu l-ai afisat... daca e fara greseli scris no sa faca cea ce face "!botnet chat" dar simplu o sa-ti trimita prin CTCP tie chat....

    comanda de botnet invite este:

    Code:
    *ctcp:CHAT $nick $uhost $hand $botnick CHAT ""
    asta este luat din a&a_26_a_local_v.tcl... daca te uitai iti dadeai seama....

    incearca asa poate va merge

    Code:
    bind pub -|- .bot pub:chat
    proc pub:chat {nick uhost hand chan text} { 
    global botnick
    if {[matchattr $hand n]} {
    *ctcp:CHAT $nick $uhost $hand $botnick CHAT ""
    } else {
    return 0
    }

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. din CHAT in PUBLIC
    By Campeon in forum Tcl scripting
    Replies: 5
    Last Post: 14-12-2008, 16:46
  2. Problema cu .jump in chat
    By GoRaPiD in forum Eggdrop
    Replies: 4
    Last Post: 05-07-2005, 23:19

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts