diff options
| author | 2015-05-19 23:10:21 +0200 | |
|---|---|---|
| committer | 2015-05-19 23:10:21 +0200 | |
| commit | cd268bb2d5d1740233d150e2f3877f7f136d3512 (patch) | |
| tree | 4d8d06072a0316f6ccf2ceb4d50763f4037bbe62 /include | |
| parent | New m_ldap from Anope (diff) | |
| parent | cmd_names Do the HasPrivPermission() check only in the NAMES handler (diff) | |
Merge branch 'master+movenames'
Diffstat (limited to 'include')
| -rw-r--r-- | include/channels.h | 6 |
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. |
