mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Remove ExemptItem and InviteItem, these were never used
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5253 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
6890b6e89e
commit
ea483e4972
@ -66,18 +66,6 @@ class BanItem : public HostItem
|
||||
{
|
||||
};
|
||||
|
||||
/** A subclass of HostItem designed to hold channel exempts (+e)
|
||||
*/
|
||||
class ExemptItem : public HostItem
|
||||
{
|
||||
};
|
||||
|
||||
/** A subclass of HostItem designed to hold channel invites (+I)
|
||||
*/
|
||||
class InviteItem : public HostItem
|
||||
{
|
||||
};
|
||||
|
||||
/** Holds a complete ban list
|
||||
*/
|
||||
typedef std::vector<BanItem> BanList;
|
||||
|
Loading…
x
Reference in New Issue
Block a user