summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-04 16:23:40 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-04 16:23:40 +0000
commit6dadb437999760fc10757cf4b9faba4702b1c011 (patch)
treeee778b2e052c21193cab19dfa7687561675f818a /include/channels.h
parent5714b1868e06417990fad07ce669b12703324c46 (diff)
Add <auditorium showops> which determines if auditorium works like ircnet +a (anonymous channels) or like unrealircd +u.
The old behaviour is similar to anonymous channels, only showing the current user. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6875 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h
index 305ff9974..0e60e305f 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -436,8 +436,10 @@ class chanrec : public Extensible
/** Spool the NAMES list for this channel to the given user
* @param user The user to spool the NAMES list to
+ * @param ulist The user list to send, NULL to use the
+ * channel's default names list of everyone
*/
- void UserList(userrec *user);
+ void UserList(userrec *user, CUList* ulist = NULL);
/** Get the number of invisible users on this channel
* @return Number of invisible users