mIRC Home    About    Download    Register    News    Help

Print Thread
#25835 24/05/03 07:21 PM
T
ThE_mASk
ThE_mASk
T
which numeric event refers to the "You are now one bad motherfucker - Go /kill someone."
because I can't find site with all the events...

#25836 24/05/03 07:45 PM
Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
Code:
#showraws off
raw *:*:window -k0 @raw | aline @raw $numeric :  $2-  | halt
#showraws end
alias /showraws { 
  if $group(showraws)) { .disable #showraws }
 else { .enable #showraws }
}


Add that in remotes (ALT+R), then type /showraws and after that, issue the command that gets you the raw you're speaking of. It will appear in a @raw window. Then you can type /showraws again to turn off the numerics logging.

#25837 24/05/03 10:20 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
U missed a parenthesis cold...

Code:
#showraws off
raw *:*:window -k0 @raw | aline @raw $numeric :  $2-  | halt
#showraws end
alias /showraws {
   if [color:red]([/color]$group(showraws)) { .disable #showraws }
  else { .enable #showraws }
}

But what's wrong with just typin /debug @d and looking for the numer >:D

#25838 25/05/03 07:48 PM
Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
ewps, my bad.


Link Copied to Clipboard