mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2006
Posts: 27
Z
Zaephyr Offline OP
Ameglian cow
OP Offline
Ameglian cow
Z
Joined: Aug 2006
Posts: 27
I have this script.

on ^30:TEXT:!punishf & *:#Zaephyr's_Tower: {
/describe $chan hurries off and returns bearing a $3- in her arms. She lifts it and strikes a punishing blow across $2's back with it..
/haltdef
}

How can I make it so when someone types in
!punishf nick word
that part will not show in the main room, only the resulting action will occur.

Joined: Apr 2006
Posts: 400
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Apr 2006
Posts: 400
is this in a PM (Query) or a channel?


-Kurdish_Assass1n
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
The only way that I know of to do that is to have the command sent via pm. I showed you how to do this in a response to your post here
The reference number for my post is 163442.

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
At the moment it's coded for channel implementation. It needs to be re-coded for pm/query implementation, which I did for an earlier post.

Joined: Aug 2006
Posts: 27
Z
Zaephyr Offline OP
Ameglian cow
OP Offline
Ameglian cow
Z
Joined: Aug 2006
Posts: 27
How exactly would it look?

This is what I tried.

on ^30:TEXT:/msg Nisstyre !punishf & *:#Zaephyr's_Tower: {
/describe $chan hurries off and returns bearing a $3- in her arms. She lifts it and strikes a punishing blow across $2's back with it..
/haltdef
}

and all I get is a trio of bing noises and nothing at all happening.

Sorry to be such a bother about this.

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Code:
 on ^30:TEXT:!punishf & *:?: {
/describe #Zaephyr's_Tower hurries off and returns bearing a $3- in her arms. She lifts it and strikes a punishing blow across $2's back with it..
/haltdef
} 


Command MUST be sent via pm/query or it will NOT be recognized.

Last edited by RusselB; 09/08/06 01:50 AM.

Link Copied to Clipboard