mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2004
Posts: 1
N
neo101 Offline OP
Mostly harmless
OP Offline
Mostly harmless
N
Joined: Jun 2004
Posts: 1
Hi !
Here what I'm talking about, to access any IRC server, I have to connect throw an IRC bouncer (ezbounce). Here is what I have to do :
Let's suppose I want to connect to irc.epiknet.org... (What I type, what I got)

/server irc 5555 (the bouncer is set on port 5555)
[17/06/2004 00:01:05] * Connecting to irc (5555)
-
[17/06/2004 00:01:06] -(ezbounce)- [awaiting login/pass command]

/quote login myUsername myPassword
[17/06/2004 00:01:08] -> Server: login myUsername myPassword
-
[17/06/2004 00:01:08] -(ezbounce)- Message of the day:
-
[17/06/2004 00:01:08] -(ezbounce)- Bienvenue sur le bouncer IRC d'Aurore !
-
[17/06/2004 00:01:08] -(ezbounce)-
-
[17/06/2004 00:01:08] -(ezbounce)-
-
[17/06/2004 00:01:08] -(ezbounce)- ---
-
[17/06/2004 00:01:08] -(ezbounce)-
-
[17/06/2004 00:01:08] -(ezbounce)- [ezbounce 1.50-pre6]
-
[17/06/2004 00:01:08] -(ezbounce)-
-
[17/06/2004 00:01:08] -(ezbounce)- login: myUsername
-
[17/06/2004 00:01:08] -(ezbounce)- from: [email]NeO_FilM@172.17.64.18[/email]
-
[17/06/2004 00:01:08] -(ezbounce)- time: Thu Jun 17 00:01:05 2004
-
[17/06/2004 00:01:08] -(ezbounce)-
-
[17/06/2004 00:01:08] -(ezbounce)- No detached sessions found for myUsername
-
[17/06/2004 00:01:08] -(ezbounce)-
-
[17/06/2004 00:01:08] -(ezbounce)- [use /quote CONN <server> to connect]

/quote conn irc.epiknet.org
and then I got some bla bla and I'm connected !

The suggestion is : is it possible to ease that procedure with adding some options which would look like the firewall/proxy support...

Here it is...
If someone have a question about that (excuse my english, it's not my mother tongue...), don't hesitate, ask !

See you !


It's not because you don't have shit to say you have to shut up...
Joined: Dec 2002
Posts: 349
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Dec 2002
Posts: 349
Code:
; mirc has sent the initial nick/user (and optional pass)..
on *:logon:*:{
 ; so login..
 !raw -q login &lt;myUsername&gt; &lt;myPassword&gt;
 ; and connect!
 !raw -q conn irc.epiknet.org
}


Should complete the connection to the bouncer. You could script this furthur to only work for some connections, not send a hardcoded user/pass/server, wait for a certain string before sending the password etc.

There are probably a few scripts around designed to make bouncing easier. I'm sure many people would benefit from having these features built-in, as bouncers have become a much larger part of irc, I'm just trying to demonstrate such functionality *can* be scripted.

Hope that helps smile

[edit: repeating myself again again again again]

Last edited by Skip; 17/06/04 08:49 AM.

Link Copied to Clipboard