mIRC Homepage
Posted By: evilside Text on my channel - 18/04/03 11:25 AM
I want to put text on my channel wen some one opens it...
You know?
Like

Now Talking in [channelname] and than here some text

How to do that... confused
Posted By: SladeKraven Re: Text on my channel - 18/04/03 11:50 AM
Like this?

Code:
on *:JOIN:#infinite-darkness: { 
  if ($nick == $me) { halt }
  elseif ($nick == $nick) { msg #infinite-darkness $nick is now talking in $chan }
} 
Posted By: evilside Re: Text on my channel - 18/04/03 12:45 PM
And were to put it???
Posted By: SladeKraven Re: Text on my channel - 18/04/03 12:48 PM
Press Alt + R to call up your mIRC remote script editor.
Click file, then new, then paste the code in, and then of course click the "OK" button.
Posted By: Nemo Re: Text on my channel - 18/04/03 03:29 PM
"elseif ($nick == $nick)" ??? why not just do "else" ? processor waster smile
© mIRC Discussion Forums