#include "services.h"
#include "macro.h"
Go to the source code of this file.
Functions | |
void | motd (char *to) |
Print the services message of the day. | |
void | help (char *to, char *service, char **args, int numargs) |
Handle a user's help request. | |
help_cache * | check_help_cache (char *filename) |
Check if a help item is in the cache if so return it, else return NULL. | |
void | flush_help_cache (void) |
Flush out the help cache. | |
Variables | |
help_cache * | firsthelpcache |
First item in the help cache. | |
help_cache * | lasthelpcache |
Last item in the help cache. |
Procedures related to services help system
Max Byrd
Greg Poma
Definition in file help.c.
|
Check if a help item is in the cache if so return it, else return NULL.
Definition at line 237 of file help.c. References firsthelpcache, helpcache_t::name, and helpcache_t::next. Referenced by help(). |
|
Handle a user's help request.
Definition at line 101 of file help.c. References check_help_cache(), helpcache_t::first, firsthelpcache, lasthelpcache, helpline_t::line, helpcache_t::name, helpline_t::next, helpcache_t::next, oalloc(), parse_str(), and sSend(). |
|
Print the services message of the day.
Definition at line 61 of file help.c. References mostchans, mostnicks, mostusers, myname, and sSend(). Referenced by parseLine(). |