#include <os_forbid.h>
Inherits Serializable.

Public Member Functions | |
| ForbidData () | |
| void | Serialize (Serialize::Data &data) const anope_override |
Static Public Member Functions | |
| static Serializable * | Unserialize (Serializable *obj, Serialize::Data &data) |
Data Fields | |
| Anope::string | mask |
| Anope::string | creator |
| Anope::string | reason |
| time_t | created |
| time_t | expires |
| ForbidType | type |
Definition at line 13 of file os_forbid.h.
| ForbidData::ForbidData | ( | ) | [inline] |
Definition at line 22 of file os_forbid.h.
| void ForbidData::Serialize | ( | Serialize::Data & | data | ) | const [virtual] |
Implements Serializable.
Definition at line 43 of file os_forbid.h.
References created, creator, expires, mask, reason, and type.
| Serializable * ForbidData::Unserialize | ( | Serializable * | obj, | |
| Serialize::Data & | data | |||
| ) | [static] |
Definition at line 53 of file os_forbid.h.
References anope_dynamic_static_cast(), forbid_service(), and mask.
| time_t ForbidData::created |
Definition at line 18 of file os_forbid.h.
Referenced by CommandOSForbid::Execute(), and Serialize().
Definition at line 16 of file os_forbid.h.
Referenced by CommandOSForbid::Execute(), OSForbid::OnPreCommand(), and Serialize().
| time_t ForbidData::expires |
Definition at line 19 of file os_forbid.h.
Referenced by CommandOSForbid::Execute(), and Serialize().
Definition at line 15 of file os_forbid.h.
Referenced by CommandOSForbid::Execute(), Serialize(), and Unserialize().
Definition at line 17 of file os_forbid.h.
Referenced by CommandOSForbid::Execute(), OSForbid::OnJoinChannel(), OSForbid::OnPreCommand(), OSForbid::OnUserNickChange(), and Serialize().
Definition at line 20 of file os_forbid.h.
Referenced by CommandOSForbid::Execute(), and Serialize().
1.7.1