Results 1 to 5 of 5

Thread: Connect to IRC With "string"?!..

  1. #1
    DanDan
    Guest

    Connect to IRC With "string"?!..

    hi all
    i try to Connect to IRC server
    like this


    /SERVER 199.203.62.110 7856 nbvzmkloqwapolshbzxfgheiolsjnsqirolmdhsuf


    from my program
    with winsock control

    but connect with winsock look like this:

    Winsock1.Connect "199.203.62.110", 7856

    so where i need to put the tring
    "nbvzmkloqwapolshbzxfgheiolsjnsqirolmdhsuf" ???

    and what is the definition of this string?


    thanks
    and sorry about my bad english

  2. #2
    Addicted Member
    Join Date
    Feb 2001
    Location
    Classified
    Posts
    234
    umm, using mIRC the format is /server <IPADDRESS> <PORT> <PASSWORD>
    so, my guess is that that bunch of letters, is the password,, but i have no idea why the hell anyone would use that is their password
    My ICQ Status: (85634850)

    Seriously Sick Tshirts

  3. #3
    DanDan
    Guest

    so??

    where to put the "password" if i use winsock?

  4. #4
    Fanatic Member ExcalibursZone's Avatar
    Join Date
    Feb 2000
    Location
    Western NY State
    Posts
    908
    Upon connection, you should use the senddata command of winsock:
    Code:
    Winsock1.SendData "nbvzmkloqwapolshbzxfgheiolsjnsqirolmdhsuf"
    -Excalibur

  5. #5
    DanDan
    Guest

    yep!!

    finally this work!!!

    Winsock1.SendData "PASS " & "nbvzmkloqwapolshbzxfgheiolsjnsqirolmdhsuf" & vbCrLf

    thanks all!

Posting Permissions

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



Click Here to Expand Forum to Full Width