#include <operserv.h>
Public Member Functions | |
LIST_ENTRY (akill) ak_lst | |
Public Attributes | |
akill * | next |
akill * | prev |
int | id |
char * | nick |
char * | user |
char * | host |
time_t | set |
time_t | unset |
char | setby [NICKLEN] |
char | reason [AKREASON_LEN+1] |
char | type |
int | tid |
time_t | setat |
int | type |
char | nick [80] |
char | user [20] |
char | host [80] |
Definition at line 45 of file operserv.h.
|
Hostname pattern Definition at line 52 of file operserv.h. Referenced by applyAkill(), and checkAkillAllUsers(). |
|
Identity stamp Definition at line 49 of file operserv.h. Referenced by applyAkill(). |
|
Nickname pattern Definition at line 50 of file operserv.h. Referenced by applyAkill(), and checkAkillAllUsers(). |
|
Reason autokill was set Definition at line 69 of file read3.c. Referenced by applyAkill(), and checkAkillAllUsers(). |
|
Set when? (UTC value) Definition at line 53 of file operserv.h. Referenced by applyAkill(). |
|
What nickname created this item? |
|
Id# of an associated timer Definition at line 58 of file operserv.h. |
|
Which list is this item in? Definition at line 57 of file operserv.h. Referenced by applyAkill(), and checkAkillAllUsers(). |
|
Expires at? (UTC value) Definition at line 64 of file read3.c. Referenced by applyAkill(). |
|
Username pattern Definition at line 51 of file operserv.h. Referenced by applyAkill(), and checkAkillAllUsers(). |