Can you list chmodes for channels?
-
ShadowCat
Can you list chmodes for channels?
Is there a command to list all hosts with a +e or a +I on a specific channel?
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
Code: Select all
/mode #channel e
/mode #channel I-
Ron2K
Or you could do:
They both do the same thing, but I prefer the second one. It just seems more correct to me.
Code: Select all
/mode #channel +e
/mode #channel +I