mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2006
Posts: 98
L
Lloyd_B Offline OP
Babel fish
OP Offline
Babel fish
L
Joined: May 2006
Posts: 98
I was wondering is there a command to set the Quit message that's displayed when someone uses /quit?

I am aware that a custom quit message can be used by using "/quit message-here" but I would like to be able to change the "Quit message" found in the 'Options - IRC - Messages' settings via a script command. Does such a command exist? I have looked in the help file but didn't find it yet.

I figure this is an easy question to answer, I just wish I could find the solution myself.

Last edited by Lloyd_B; 14/08/10 03:15 AM.

Lloyd
Joined: Nov 2009
Posts: 81
V
Babel fish
Offline
Babel fish
V
Joined: Nov 2009
Posts: 81
Options - IRC - Messages - Quit message: $quit

Code:
alias quit {
  if ($isid) return what do you need? anything
  !quit $1-
}


Link Copied to Clipboard