mIRC Home    About    Download    Register    News    Help

Print Thread
#19913 18/04/03 11:25 AM
Joined: Apr 2003
Posts: 2
E
Bowl of petunias
OP Offline
Bowl of petunias
E
Joined: Apr 2003
Posts: 2
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


Dont care about my English....
Im dutch...
#19914 18/04/03 11:50 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Like this?

Code:
on *:JOIN:#infinite-darkness: { 
  if ($nick == $me) { halt }
  elseif ($nick == $nick) { msg #infinite-darkness $nick is now talking in $chan }
} 

#19915 18/04/03 12:45 PM
Joined: Apr 2003
Posts: 2
E
Bowl of petunias
OP Offline
Bowl of petunias
E
Joined: Apr 2003
Posts: 2
And were to put it???


Dont care about my English....
Im dutch...
#19916 18/04/03 12:48 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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.

#19917 18/04/03 03:29 PM
Joined: Apr 2003
Posts: 18
N
Pikka bird
Offline
Pikka bird
N
Joined: Apr 2003
Posts: 18
"elseif ($nick == $nick)" ??? why not just do "else" ? processor waster smile


Link Copied to Clipboard