From e7118fef4306f20a225e15304ca93cc1330681ef Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 14 May 2013 18:29:08 +0000 Subject: - Move all helpfiles to help/ git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2032 82007160-df01-0410-b94d-b575c5fd34c7 --- help/list | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 help/list (limited to 'help/list') diff --git a/help/list b/help/list new file mode 100644 index 0000000..f21197d --- /dev/null +++ b/help/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