From 70f1558a2eca8295e30bb1e381d948056333634d Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 27 Oct 2012 21:02:32 +0000 Subject: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1592 82007160-df01-0410-b94d-b575c5fd34c7 --- help/opers/list | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 help/opers/list (limited to 'help/opers/list') diff --git a/help/opers/list b/help/opers/list new file mode 100644 index 0000000..f21197d --- /dev/null +++ b/help/opers/list @@ -0,0 +1,24 @@ +LIST [options] + +Without any arguments, LIST will give an entire list of all +channels which are not set as secret (+s). The list will be in +the form: + + <#channel> :[topic] + +If you want to use a specific filter, you can pass one or more +options separated by commas (','). Recognized options are: + *mask* List channels matching *mask* + !*mask* List channels NOT matching *mask* + >num Show only channels which contain more than users + users + C>num Display channels created within last minutes + C minutes ago + T>num Limit matches to those channels whose topics are older + than minutes + T minutes + +To stop a running LIST request, use /LIST command again. + +See also: join -- cgit