mIRC Homepage
Posted By: verdugo2000 quit stuff - 09/02/03 07:38 PM
* Guille_12 has quit IRC ( ColliSioN BoT v2.9 Autor: ][PaLaN][ )

hi i want do it like this but i try on 1:quit: {echo -s alieNation Script }

but they dont work

i want like this verdugo has quit irc (alieNation 2.0)
can yu help me please
Posted By: _D3m0n_ Re: quit stuff - 09/02/03 09:21 PM
u want to change thier quit input to what u want it to say or are u wanting to assign ur own quit message?
Posted By: Fredde87 Re: quit stuff - 09/02/03 09:47 PM
the on quit doesnt trigger when you quit... try on disconnect if you want it to echo something when you quit...
Posted By: Cheech Re: quit stuff - 09/02/03 10:19 PM
i think they are wanting to assign thier own quit msg ? if so just go to file then options then irc then messages and type in your desired message . i set my messages to variables to make it easier good luck
Posted By: _D3m0n_ Re: quit stuff - 09/02/03 11:01 PM
ok if ur trying to rewrite the format of ur quit messages this one lil code ive been using that adds a chancount to the message and modifys it to match my script

on ^1:quit:{
if ($1-) var %reason = ( $+ $1- $+ )
var %i = 1
while ($comchan($nick,%i)) {
echo $color(quit) -ti2 $ifmatch * D3m0nicChaos Quits:8 $nick 12( $+ $address $+ ) %reason 15 $calc($nick($comchan($nick,%i),0,a) - 1) 4Chatters
inc %i
}
halt
}


(ty to hammer for helpin me get that one worked out)

if ur tryin to set ur own quit message simply go to options/irc/messages type in ur personal quit message

or set something like $quitmessage go to ur alias editor and create somthing for a colored quit message like :

QuitMessage return 12My Mirc Script7 = 4http://www.anywhere.com/inanysite.html 14!!!

changed alil so not to spam anything ....

but i hope that will help answer any variation u may have on this
Posted By: Poppy Re: quit stuff - 10/02/03 08:03 AM
Does the server allow quit messages? Some don't...
Posted By: _D3m0n_ Re: quit stuff - 10/02/03 11:06 PM
lol poppy first line of his post

* Guille_12 has quit IRC ( ColliSioN BoT v2.9 Autor: ][PaLaN][ )

it appears hes been seeing someone with a quit message and wants to do his own ....... im guessing...... altho im not totally sure what hes wanting since hes not replied again yet

Posted By: Watchdog Re: quit stuff - 11/02/03 12:21 AM
That's an event though. Poppy was distinguishing between that and a quit message which is the bit that appears in the parentheses.

You can customise both the event, and if you are really fussy, like me, what message is displayed in the event. This just gets done with the script given in an earlier post here.

If it is your own quit message you'd like to have just enter this in mIRC Options - IRC - Messages - Quit message edit box.
Posted By: Poppy Re: quit stuff - 11/02/03 04:18 PM
I have a quit message which unfortunately only I can see cos the network doesn't allow them. So there's not much point in me having it really, lol
© mIRC Discussion Forums