Skip to content
MSN

Raw #

A TG007 community discussion started by SpAzZ.

Discussion 6 posts
Page 1 of 1
Open
Topic #3446 · 6 published posts · 734 views

Aight well i need the raw number's for the /list command. Any help wud be greatly appreciated. Thanks,

--SpAzZ--

Raw: 321

Output: Channel Users Name

 

Raw: 322

Output: #roomname totalusers topic

 

Raw: 323

Output: End of /LIST

is not there anyway to get complete list without using /debug and wait for each action then checking debug window?

we have a listing of raw numerics HERE

 

you can also use a raw lister addon like THIS ONE

 

or you could simply do a @window command such as:

raw *:*:{ 
 if ($window(@raws) == $null) { window -enk0 @raws  } 
 echo @raws ===============================================================
 echo @raws Raw: $numeric 
 echo @raws Output: $1- 
 echo @raws ============================================================== 
}

Edited May 1, 2005 6:37 PM by err0r

thank you err0r

np.. that's what we are here for