#include "memoserv.h"
Go to the source code of this file.
Classes | |
struct | Newsitem |
A news article. More... | |
Typedefs | |
typedef Newsitem | SomeNews |
A news article. | |
Functions | |
void | sendToInfoServ (UserList *nick, char **args, int numargs) |
Parse an InfoServ message. | |
void | newsNag (UserList *nick) |
Nag users signing on/identifying about unread news. | |
Variables | |
time_t | is_last_post_time |
Last time_t of an InfoServ post. | |
SomeNews * | is_listhead |
Greg Poma
Definition in file infoserv.h.
|
Nag users signing on/identifying about unread news.
Definition at line 116 of file infoserv.c. References _userlist::caccess, Newsitem::content, CTime, Newsitem::header, Newsitem::importance, InfoServ, is_last_post_time, is_listhead, isOper(), Newsitem::next, _userlist::nick, OOPER, PutReply, _userlist::reg, SomeNews, sSend(), and Newsitem::timestamp. Referenced by NickSeeUser(). |
|
Parse an InfoServ message.
Definition at line 183 of file infoserv.c. References getOpFlags(), InfoServ, infoserv_commands, _userlist::nick, PutHelpInfo, PutReply, and RET_FAIL. Referenced by parseLine(). |
|
News article linked list head Definition at line 58 of file infoserv.h. Referenced by is_delete(), is_listnews(), is_postnews(), is_sendinfo(), newsNag(), readInfoData(), and saveInfoData(). |