diff options
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/channels.h b/include/channels.h index 118864c8a..56d0edd2c 100644 --- a/include/channels.h +++ b/include/channels.h @@ -264,10 +264,6 @@ class CoreExport Channel : public Base, public Extensible */ void ChangeTopic(const Anope::string &user, const Anope::string &newtopic, time_t ts = Anope::CurTime); - /** Hold the channel open using ChanServ - */ - void Hold(); - /** Set the correct modes, or remove the ones granted without permission, * for the specified user. * @param user The user to give/remove modes to/from |