From 930fd98e48f68b050d3938607bf420844fabbc37 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sat, 16 May 2015 16:49:37 +0200 Subject: Move Channel::UserList() from core to cmd_names --- include/channels.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') 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 */ 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. -- cgit v1.2.3