mIRC Home    About    Download    Register    News    Help

Print Thread
#25835 24/05/03 07:21 PM
Joined: Jan 2003
Posts: 44
T
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Jan 2003
Posts: 44
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...


Regards, ThE_mASk.
#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.


- cF
Dedicated helper for rent.
#25837 24/05/03 10:20 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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


-KingTomato
#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.


- cF
Dedicated helper for rent.

Link Copied to Clipboard