# | Line 32 | Line 32 | |
---|---|---|
32 | #include "log.h" | |
33 | #include "client.h" /* for UMODE_ALL */ | |
34 | #include "memory.h" | |
35 | + | #include "conf_db.h" |
36 | ||
37 | void | |
38 | restart(const char *mesg) | |
# | Line 79 | Line 80 | server_die(const char *mesg, int rboot) | |
80 | ||
81 | ilog(LOG_TYPE_IRCD, "%s", buffer); | |
82 | ||
83 | + | save_all_databases(NULL); |
84 | + | |
85 | send_queued_all(); | |
86 | close_fds(NULL); | |
87 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |