]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
make distclean now removes .config.cache (thanks HiroP)
[user/henk/code/inspircd.git] / include / channels.h
index 305ff9974e8243c71f8f715e8db5c6d59f1b42e9..0e60e305f423019eaf628fa292cb1d2c72d6e461 100644 (file)
@@ -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