diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-06-17 17:53:39 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-06-17 17:54:49 +0200 |
commit | d2e189102b643f38418f3caf065dbb91f2ce4266 (patch) | |
tree | 43968ec9501a525107e41736cbe39839aec08350 /include/channels.h | |
parent | f960a97cc6b509c756a20d892609825c67c2fc43 (diff) |
Fix pending invites not being removed when a channel was deleted or had its TS lowered
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index 89ac6b86c..7e70fd6c5 100644 --- a/include/channels.h +++ b/include/channels.h @@ -56,7 +56,7 @@ class BanItem : public HostItem * This class represents a channel, and contains its name, modes, topic, topic set time, * etc, and an instance of the BanList type. */ -class CoreExport Channel : public Extensible +class CoreExport Channel : public Extensible, public InviteBase { /** Connect a Channel to a User */ |