#include "services.h"
Go to the source code of this file.
Functions | |
| void | do_listnicks (int ac, char **av) |
| void | do_listchans (int ac, char **av) |
| void do_listchans | ( | int | ac, | |
| char ** | av | |||
| ) |
List all register channels
| ac | Number of Arguments | |
| av | Array if Arguments |
Definition at line 114 of file list.c.
References lang_init(), listchans(), load_cs_dbase(), load_ns_dbase(), ModuleRunTimeDirCleanUp(), read_config(), services_dir, and strerror().
Referenced by main().
| void do_listnicks | ( | int | ac, | |
| char ** | av | |||
| ) |
List all register nicks
| ac | Number of Arguments | |
| av | Array if Arguments |
Definition at line 25 of file list.c.
References lang_init(), listnicks(), load_ns_dbase(), ModuleRunTimeDirCleanUp(), read_config(), services_dir, and strerror().
Referenced by main().
1.5.7.1