diff options
author | Adam <Adam@anope.org> | 2013-05-08 20:26:45 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-08 20:26:45 -0400 |
commit | 735e234c2c7a984b01295f86045545ed8d9838ce (patch) | |
tree | 87d7cce721eaa7a34d71b17c73f317750d87caef /include/channels.h | |
parent | 735f0ba6cf5602396bc2cabd6ceca0e92a0edd00 (diff) |
Fixed some issues and desyncs with creating empty permanent channels on startup & dropping empty channels
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/channels.h b/include/channels.h index 56d0edd2c..7d1918f08 100644 --- a/include/channels.h +++ b/include/channels.h @@ -100,6 +100,10 @@ class CoreExport Channel : public Base, public Extensible */ void CheckModes(); + /** Check if this channel should be deleted + */ + bool CheckDelete(); + /** Join a user internally to the channel * @param u The user * @return The UserContainer for the user |