|
|||
|
|||
|
#include <channels.h>
Inheritance diagram for HostItem:


Public Member Functions | |
| HostItem () | |
| virtual | ~HostItem () |
Public Attributes | |
| time_t | set_time |
| Time the item was added. | |
| std::string | set_by |
| Who added the item. | |
| std::string | data |
| The actual item data. | |
This class contains a single element in a channel list, such as a banlist.
Definition at line 36 of file channels.h.
|
|
Definition at line 49 of file channels.h. |
|
|
Definition at line 50 of file channels.h. |
|
|
The actual item data.
Definition at line 47 of file channels.h. Referenced by ModeChannelBan::AddBan(). |
|
|
Who added the item.
Definition at line 44 of file channels.h. Referenced by ModeChannelBan::AddBan(). |
|
|
Time the item was added.
Definition at line 41 of file channels.h. Referenced by ModeChannelBan::AddBan(). |