mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
Garou #181088 17/07/07 02:55 PM
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
This will only hide the 441 reply which is ERR_USERNOTINCHANNEL. You can download Jeepster's Numeric Reference to learn more about raw numerics. That link is listed on http://www.mirc.com/links.html

~ Edit ~

If I misunderstood and you want to hide other replies, you could do this...


Code:
raw *:*: {
  ; Add any numerics to the next line that you want to hide, separated by spaces.
  var %numerics = 441
  if ($istok(%numerics,$numeric,32)) haltdef
}

RoCk #181089 17/07/07 03:14 PM
Joined: Aug 2006
Posts: 469
G
Garou Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Aug 2006
Posts: 469
Ok cool thx I will check that out.

RoCk #181092 17/07/07 03:26 PM
Joined: Aug 2006
Posts: 469
G
Garou Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Aug 2006
Posts: 469
I still see this frown

* qrsst is not on #manila

Garou #181093 17/07/07 03:32 PM
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
Paste here what you used.

RoCk #181094 17/07/07 03:36 PM
Joined: Aug 2006
Posts: 469
G
Garou Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Aug 2006
Posts: 469
raw *:*: {
var %numerics = 441
if ($istok(%numerics,$numeric,32)) haltdef
}

Garou #181095 17/07/07 03:38 PM
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
Do you have another raw event in the same file? Try moving this one to another file, like to the beginning of the first loaded script. Also, make sure raw numerics are being processed by typing /raw on

RoCk #181102 17/07/07 03:58 PM
Joined: Aug 2006
Posts: 469
G
Garou Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Aug 2006
Posts: 469
I tink the raw on did the trick thx all.

Page 2 of 2 1 2

Link Copied to Clipboard