Alis

Alis (Advanced List Service) is a service to list IRC channels. It replaces the deprecated /LIST command.


/SQUERY ALIS HELP LIST

Searches for a channel
/SQUERY Alis LIST mask [-options]
  mask               channels to search for, * and ? wildcards accepted
  options:
   -min x            minimum users on a channel
   -max x            maximum users on a channel
   -m mode           check against channel mode
    +tn means channel has tn set
    -im means channel has im unset
    =tn means channel is exactly +tn nothing more and nothing less
   -mode mode        same as above
   -t string         topic of the channel shall contain string
   -topic string     same as above
   -s [m][t]         show modes (m) and who set the topic (t)
   -show [m][t]      same as above
See also: HELP EXAMPLES


Examples

Lists all channels which start with linux:

/SQUERY Alis LIST #linux*

Lists all channels which start with linux that have at least 10 users:

/SQUERY Alis LIST #linux* -min 10

Lists all channels whose topic contains the word linux and that have at least 10 users:

/SQUERY Alis LIST * -min 10 -t linux

If your IRC client does not support /SQUERY, you should use the following command instead (with colon).

/QUOTE SQUERY ALIS :LIST #linux*