Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

akill Struct Reference

An akill/services ignore/autohurt list item. More...

#include <operserv.h>

List of all members.

Public Member Functions

 LIST_ENTRY (akill) ak_lst

Public Attributes

akillnext
akillprev
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]


Detailed Description

An akill/services ignore/autohurt list item.

Definition at line 45 of file operserv.h.


Member Data Documentation

char* akill::host
 

Hostname pattern

Definition at line 52 of file operserv.h.

Referenced by applyAkill(), and checkAkillAllUsers().

int akill::id
 

Identity stamp

Definition at line 49 of file operserv.h.

Referenced by applyAkill().

char* akill::nick
 

Nickname pattern

Definition at line 50 of file operserv.h.

Referenced by applyAkill(), and checkAkillAllUsers().

char akill::reason
 

Reason autokill was set

Definition at line 69 of file read3.c.

Referenced by applyAkill(), and checkAkillAllUsers().

time_t akill::set
 

Set when? (UTC value)

Definition at line 53 of file operserv.h.

Referenced by applyAkill().

char akill::setby
 

What nickname created this item?

Definition at line 69 of file read3.c.

int akill::tid
 

Id# of an associated timer

Definition at line 58 of file operserv.h.

char akill::type
 

Which list is this item in?

Definition at line 57 of file operserv.h.

Referenced by applyAkill(), and checkAkillAllUsers().

time_t akill::unset
 

Expires at? (UTC value)

Definition at line 64 of file read3.c.

Referenced by applyAkill().

char* akill::user
 

Username pattern

Definition at line 51 of file operserv.h.

Referenced by applyAkill(), and checkAkillAllUsers().


The documentation for this struct was generated from the following files:
Generated at Sat Oct 25 20:56:13 2003 for Services using Doxygen.
Services Copyr. 1996-2001 Chip Norkus, Max Byrd, Greg Poma, Michael Graff, James Hess, Dafydd James. All rights reserved See LICENSE for licensing information.