diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-05-19 23:10:21 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-05-19 23:10:21 +0200 |
commit | cd268bb2d5d1740233d150e2f3877f7f136d3512 (patch) | |
tree | 4d8d06072a0316f6ccf2ceb4d50763f4037bbe62 /include/channels.h | |
parent | f3513de58a69cd396d1c108bb39bc0233e96049e (diff) | |
parent | c27122858bd8127112ad43caa3484fb2472f818f (diff) |
Merge branch 'master+movenames'
Diffstat (limited to 'include/channels.h')
-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. |