mIRC Home    About    Download    Register    News    Help

Print Thread
#101266 21/10/04 09:27 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
on ^1:open:?:{
echo -a 7,0total $query(0) queries 
if ($query(0) <= 4) {
.msg $Nick no acepto privados ahora. privado sobre cargado
.window -c $nick
.ignore $nick
}

i ll do this its right?


mess with the best
#101267 21/10/04 10:08 PM
Joined: Mar 2004
Posts: 457
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Mar 2004
Posts: 457
posting twice will only annoy people and get you less help...

#101268 21/10/04 10:21 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
how can i delete a post


mess with the best
#101269 21/10/04 10:29 PM
Joined: May 2004
Posts: 132
N
Vogon poet
Offline
Vogon poet
N
Joined: May 2004
Posts: 132
Oh yes there was... But you can only edit and remove the posts for a set time period...

Last edited by NoPleX; 21/10/04 10:51 PM.

if ($me != geek) { $life is $false }
else { $life is $true }
NoPleX
#101270 21/10/04 10:45 PM
Joined: Mar 2004
Posts: 457
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Mar 2004
Posts: 457
click edit and theres a button marked "delete this post" next to "change this post".

btw, the code looks fine to me, but you might want to do /ignore -pu60 $nick so it only ignores them for 60 seconds and only ignores privage messages from them during that time.

[Edit] wait, no, it should be >= not <= else it will trigger any time your queries are less than or equal to 4, in other words always.

Last edited by Danthemandoo; 21/10/04 10:51 PM.
#101271 21/10/04 11:05 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
with the query stuff can you help me


mess with the best
#101272 22/10/04 11:06 AM
Joined: May 2004
Posts: 132
N
Vogon poet
Offline
Vogon poet
N
Joined: May 2004
Posts: 132
Code:
on ^1:open:?:{
echo -a 7,0total $query(0) queries  
if ($query(0) [color:red]&gt;=[/color] 4) {
.msg $Nick no acepto privados ahora. privado sobre cargado
.window -c $nick 
.ignore [color:red]-pu60[/color] $nick
} 
[color:red]}[/color]


if ($me != geek) { $life is $false }
else { $life is $true }
NoPleX

Link Copied to Clipboard