mIRC Home    About    Download    Register    News    Help

Print Thread
#89083 03/07/04 11:49 PM
Joined: Jun 2004
Posts: 139
N
Ninko Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: Jun 2004
Posts: 139
Hi there,
I'm just wondering how can you whisper something to someone in the main room, rather then opening up an extra window?

I'm using this code so far:

on *:JOIN:*:{
/msg $nick Welcome $nick smile
/msg $nick I am your Trivia host smile
}

Thanks smile

#89084 03/07/04 11:54 PM
Joined: Sep 2003
Posts: 584
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
replace /msg with /notice

#89085 04/07/04 12:23 AM
Joined: Jun 2004
Posts: 139
N
Ninko Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: Jun 2004
Posts: 139
Thanks smile

#89086 04/07/04 12:42 AM
Joined: Feb 2004
Posts: 50
D
Babel fish
Offline
Babel fish
D
Joined: Feb 2004
Posts: 50
also, you don't need to use / in your scripts.


Link Copied to Clipboard