mIRC Home    About    Download    Register    News    Help

Print Thread
#90213 12/07/04 02:39 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
raw 352:*: {
set %server = $5
set %nickyo = $1
set %canal = $2
set %ident = $3
set %ip = $4
set %nick = $6
set %letra= $7
$if @ iswm %lista { echo -a sos op }
}

i try to find if any user has the @ and then my script puts a mesage any help?


thnx


mess with the best
#90214 12/07/04 03:09 PM
Joined: May 2004
Posts: 95
W
Babel fish
Offline
Babel fish
W
Joined: May 2004
Posts: 95
try
Code:
if (@ isin $7) { echo -a $6 is opped }


Link Copied to Clipboard