mIRC Home    About    Download    Register    News    Help

Print Thread
#10376 09/02/03 07:38 PM
Joined: Jan 2003
Posts: 40
V
Ameglian cow
OP Offline
Ameglian cow
V
Joined: Jan 2003
Posts: 40
* 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

#10377 09/02/03 09:21 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
u want to change thier quit input to what u want it to say or are u wanting to assign ur own quit message?


D3m0nnet.com
#10378 09/02/03 09:47 PM
Joined: Feb 2003
Posts: 14
F
Pikka bird
Offline
Pikka bird
F
Joined: Feb 2003
Posts: 14
the on quit doesnt trigger when you quit... try on disconnect if you want it to echo something when you quit...

#10379 09/02/03 10:19 PM
Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
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

#10380 09/02/03 11:01 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
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


D3m0nnet.com
#10381 10/02/03 08:03 AM
Joined: Dec 2002
Posts: 843
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 843
Does the server allow quit messages? Some don't...


Never compare yourself to others - they're more screwed up than you think.
#10382 10/02/03 11:06 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
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



D3m0nnet.com
#10383 11/02/03 12:21 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
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.

#10384 11/02/03 04:18 PM
Joined: Dec 2002
Posts: 843
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 843
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


Never compare yourself to others - they're more screwed up than you think.

Link Copied to Clipboard