#include "nickserv.h"
Go to the source code of this file.
Classes | |
struct | akill |
An akill/services ignore/autohurt list item. More... | |
Functions | |
void | sendToOperServ (UserList *, char **, int) |
Parse an OperServ message. | |
void | addTempHost (long, char *, char *, int) |
void | readConf (void) |
Reads the services configuration file. | |
char * | applyAkill (char *nick, char *user, char *host, struct akill *ak) |
Max Byrd
Greg Poma
Definition in file operserv.h.
|
Definition at line 238 of file akill.c. References A_AHURT, A_AKILL, CTime, akill::host, akill::id, kline_email_nitems, kline_enforce_buf, myname, akill::nick, ops_email_nitems, ops_enforce_buf, akill::reason, akill::set, sSend(), akill::type, akill::unset, and akill::user. Referenced by addNewUser(). |
|
Reads the services configuration file. void loadAKills(void); void saveAKills(void); |
|
Parse an OperServ message.
Definition at line 128 of file operserv.c. References getOpFlags(), isOper(), _userlist::nick, OperServ, RET_FAIL, and sSend(). Referenced by parseLine(). |