diff options
Diffstat (limited to 'modules/m_xline.c')
-rw-r--r-- | modules/m_xline.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/m_xline.c b/modules/m_xline.c index c0413a7..c97215d 100644 --- a/modules/m_xline.c +++ b/modules/m_xline.c @@ -375,7 +375,6 @@ write_xline(struct Client *source_p, char *gecos, char *reason, get_oper_name(source_p), conf->name, xconf->reason); } - save_xline_database(); rehashed_klines = 1; } @@ -392,7 +391,6 @@ remove_xline(struct Client *source_p, char *gecos) get_oper_name(source_p), gecos); ilog(LOG_TYPE_KLINE, "%s removed X-Line for [%s]", source_p->name, gecos); - save_xline_database(); } else sendto_one(source_p, ":%s NOTICE %s :No X-Line for %s", |