Page 1 of 1

Can you list chmodes for channels?

Posted: Fri Jun 09, 2006 1:53 am
by ShadowCat
Is there a command to list all hosts with a +e or a +I on a specific channel?

Posted: Fri Jun 09, 2006 2:35 am
by Stealth

Code: Select all

/mode #channel e
/mode #channel I

Posted: Fri Jun 09, 2006 6:02 am
by Ron2K
Or you could do:

Code: Select all

/mode #channel +e
/mode #channel +I
They both do the same thing, but I prefer the second one. It just seems more correct to me.