mIRC Home    About    Download    Register    News    Help

Print Thread
#153990 25/07/06 06:00 PM
Joined: Jul 2006
Posts: 5
S
spEx Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jul 2006
Posts: 5
f1 { if ($snick(#,1)) { msg # $v1 $?="Enter text" } }

Thank you for you're help.

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
nothing?

Well besides if you type nothing it stil msgs the nick into the channel, but u could fix that with a simple $$

alias f1 { if ($snick(#,1)) { msg # $v1 $$?="Enter text" } }

Joined: Feb 2006
Posts: 164
V
Vogon poet
Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
Nothing i can see of, The channel window has to be active obviously, and you need a nick selected.

Joined: Jul 2006
Posts: 5
S
spEx Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jul 2006
Posts: 5
how do i make the script go like this

nick : TEXT

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
alias f1 { if ($snick(#,1)) { msg # $v1 : $$?="Enter text" } }


Link Copied to Clipboard