mIRC Home    About    Download    Register    News    Help

Print Thread
#72831 26/02/04 05:27 AM
R
R34N1M4T3D
R34N1M4T3D
R
Well I want to write a script so when someone enters a chatroom it'll say something

I thought the script was on *:join:nickhere:#:/msg $chan $read(something.txt) but I guess I'm wrong. Can someone help me out here?

and if possible is there any text files for list of commands and variables?

I'm still new to this.

#72832 26/02/04 05:32 AM
Joined: Dec 2002
Posts: 1,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893
On !*:join:#channel: if $nick == someone { msg # $read(filename) }

Quote:
is there any text files for list of commands and variables?

Of course there is, it's called mirc.hlp that can be found in your mIRC folder. You can access it directly from the command-line by typing /help on join

#72833 26/02/04 05:41 AM
R
R34N1M4T3D
R34N1M4T3D
R
Thanks I really appreciate it. cool

#72834 26/02/04 05:42 AM
Joined: Dec 2002
Posts: 1,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893
Welcome smile

#72835 28/02/04 08:45 AM
R
R34N1M4T3D
R34N1M4T3D
R
How about if I only know their address since they change their screen name some much?

would it be?
on !*:join:#channel: if $nick == *!*@whatever here? { msg # $read(filename) }

sorry to be asking so many questions smirk


Link Copied to Clipboard