Created
November 26, 2013 22:53
-
-
Save jameswritescode/7667780 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ***** List ***** | |
| - | |
| Provides a complete listing of all channels on the network. | |
| If a search string is specified, it will only show those | |
| matching the search string. | |
| - | |
| Syntax: LIST <search string> | |
| Example: LIST | |
| LIST *ircd* | |
| - | |
| Some additional flags are also supported. | |
| >number List channels with more than <number> people | |
| <number List channels with less than <number> people | |
| !*mask* List channels that do not match *mask* | |
| - | |
| Any of those may be used instead of a standard mask. | |
| - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment