Skip to content
General Chat Talk

On Quit Help

A TG007 community discussion started by Kingy.

Discussion 5 posts
Page 1 of 1
Open
Topic #11939 · 5 published posts · 1,085 views

I'm writing myself a new theme in mIRC, but i'm having some trouble with the on quit.

 

so far i've got it,

 

On quit

echo -a .....

 

but if someone quits on another server then it echos it in the status window of that server, and not in the actual channel they are in. How do i do it properly to make it echo in the corresponding channel?

you could do something like this

 

on ^*:QUIT: { 
  var %x 1
  while (%x <= $comchan($nick,0)) {
    echo $comchan($nick,%x) $nick QUITS: $1- 
    inc %x
  }
}

Get information about ircWx here

ah thanks err0r, that seems to of done the trick :D

yw

Get information about ircWx here

i got a kinda old theme on hawkee, just search my name or 'aligned theme' and i believe its got most all the common ones. :/