Slight ammendment, I'll repost the entire message for readability:
I'm trying to connect to a secured server, for example
>> irc.server.com
This server is secured via three methods,
- The first requires a certain ident
- The second requires an administrator server password
- The second requires a password, sent via the 'quote' protocle.
I'm fine with the first one, but unsure of how to implement the second and third.
If I was using a standard IRC program, I'd log in as follows:
I'm trying to connect to a secured server, for example
>> irc.server.com
This server is secured via two methods,
- The first requires a certain ident
- The second requires a password, sent via the 'quote' protocle.
I'm fine with the first one, but unsure of how to implement the second.
If I was using a standard IRC program, I'd log in as follows:
/server irc.server.com
/quote cryp mypassword
/join #channel
If someone could help me, I'd be very appreciative.
Slight ammendment, I'll repost the entire message for readability:
I'm trying to connect to a secured server, for example
>> irc.server.com
This server is secured via three methods,
- The first requires a certain ident
- The second requires an administrator server password
- The second requires a password, sent via the 'quote' protocle.
I'm fine with the first one, but unsure of how to implement the second and third.
If I was using a standard IRC program, I'd log in as follows:
/server irc.server.com 6667 myadminpassword
/quote cryp mypassword
/join #channel
If someone could help me, I'd be very appreciative.