mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2008
Posts: 3
R
RooZy Offline OP
Self-satisified door
OP Offline
Self-satisified door
R
Joined: Jan 2008
Posts: 3
Hey all,
I connect to IRC via psyBNC, but when I disconnect from the BNC people don't know if I'm connected or not (because to them I'm just idling)
So I was wondering if there is a way when I close my client or type /quit, etc that it could send a message before it actually quits?

Thanks

Joined: Sep 2007
Posts: 65
X
Babel fish
Offline
Babel fish
X
Joined: Sep 2007
Posts: 65
Of course you could with /quit, but not when you hit the X.

Code:
alias quit {
  var %chans = 1
  while ( %chans <= $chan(0) ) {
    msg $chan(%chans) Goodbye!
    inc %chans
  }
  quit $1-
}


GamerzWoW
The Official GamerzPlanet WoW Server
Joined: Mar 2007
Posts: 139
S
Vogon poet
Offline
Vogon poet
S
Joined: Mar 2007
Posts: 139
you forgot /amsg and i would not name the alias /quit

Last edited by Solo1; 05/02/08 02:36 PM.
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
If you place a custom identifier in the Quit Message box in mIRC Options then the commands in that identifier will be performed before mIRC /quit's from the server.

Joined: Jan 2008
Posts: 3
R
RooZy Offline OP
Self-satisified door
OP Offline
Self-satisified door
R
Joined: Jan 2008
Posts: 3
Hey thanks, that worked great!

Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
try
Code:
/quit [message]


This is not the signature you are looking for
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

I'm not worthy.


Link Copied to Clipboard