aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Attila Molnar2015-05-19 23:10:21 +0200
committerGravatar Attila Molnar2015-05-19 23:10:21 +0200
commitcd268bb2d5d1740233d150e2f3877f7f136d3512 (patch)
tree4d8d06072a0316f6ccf2ceb4d50763f4037bbe62 /include
parentNew m_ldap from Anope (diff)
parentcmd_names Do the HasPrivPermission() check only in the NAMES handler (diff)
Merge branch 'master+movenames'
Diffstat (limited to 'include')
-rw-r--r--include/channels.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/channels.h b/include/channels.h
index 2b7c5d025..4d1d14c13 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -305,12 +305,6 @@ class CoreExport Channel : public Extensible, public InviteBase<Channel>
*/
const char* ChanModes(bool showkey);
- /** Spool the NAMES list for this channel to the given user
- * @param user The user to spool the NAMES list to
- * @param isinside If true, the user is inside the channel, if not then false
- */
- void UserList(User* user, bool isinside = true);
-
/** Get the value of a users prefix on this channel.
* @param user The user to look up
* @return The module or core-defined value of the users prefix.