#include <xline.h>
Inherits classbase.
Inherited by ELine, GLine, KLine, QLine, and ZLine.
Public Attributes | |
| time_t | set_time |
| The time the line was added. | |
| long | duration |
| The duration of the ban, or 0 if permenant. | |
| char | source [MAXBUF] |
| Source of the ban. | |
| char | reason [MAXBUF] |
| Reason for the ban. | |
| long | n_matches |
| Number of times the core matches the ban, for statistics. | |
Definition at line 34 of file xline.h.
|
|
The duration of the ban, or 0 if permenant.
|
|
|
Number of times the core matches the ban, for statistics.
|
|
|
Reason for the ban.
|
|
|
The time the line was added.
|
|
|
Source of the ban. This can be a servername or an oper nickname |
1.3.3