Aight well i need the raw number's for the /list command. Any help wud be greatly appreciated. Thanks,
--SpAzZ--
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 ==============================================================
}
thank you err0r
np.. that's what we are here for
Sign in to reply or start a new topic where your account has permission.