|
-
May 18th, 2001, 08:45 AM
#1
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
-
May 18th, 2001, 09:11 AM
#2
Addicted Member
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
-
May 18th, 2001, 09:55 AM
#3
so??
where to put the "password" if i use winsock?
-
May 18th, 2001, 09:59 AM
#4
Fanatic Member
Upon connection, you should use the senddata command of winsock:
Code:
Winsock1.SendData "nbvzmkloqwapolshbzxfgheiolsjnsqirolmdhsuf"
-
May 18th, 2001, 11:17 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|