#include <services.h>
Data Fields | |
| char * | mask |
| int | limit |
| char | who [NICKMAX] |
| char * | reason |
| time_t | time |
| time_t | expires |
| int | num |
Definition at line 1127 of file services.h.
| time_t exception_::expires |
Definition at line 1133 of file services.h.
Referenced by db_mysql_load_exceptions(), db_mysql_save_exceptions(), exception_add(), exception_view(), and load_exceptions().
Definition at line 1129 of file services.h.
Referenced by add_session(), db_mysql_load_exceptions(), db_mysql_save_exceptions(), exception_add(), and load_exceptions().
| char* exception_::mask |
Definition at line 1128 of file services.h.
Referenced by db_mysql_load_exceptions(), db_mysql_save_exceptions(), exception_add(), and save_rdb_exceptions().
| int exception_::num |
Definition at line 1134 of file services.h.
Referenced by exception_add().
| char* exception_::reason |
Definition at line 1131 of file services.h.
Referenced by db_mysql_load_exceptions(), db_mysql_save_exceptions(), and exception_add().
| time_t exception_::time |
Definition at line 1132 of file services.h.
Referenced by db_mysql_load_exceptions(), db_mysql_save_exceptions(), exception_add(), and load_exceptions().
| char exception_::who[NICKMAX] |
Definition at line 1130 of file services.h.
Referenced by db_mysql_save_exceptions().
1.7.1