Can you list chmodes for channels?

These are old archives. They are kept for historic purposes only.
Post Reply
ShadowCat

Can you list chmodes for channels?

Post by ShadowCat »

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:

Post by Stealth »

Code: Select all

/mode #channel e
/mode #channel I
Ron2K

Post 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.
Post Reply