# | Line 83 | Line 83 | apply_dline(struct Client *source_p, str | |
---|---|---|
83 | ||
84 | aconf->setat = CurrentTime; | |
85 | add_conf_by_address(CONF_DLINE, aconf); | |
86 | – | save_dline_database(); |
86 | rehashed_klines = 1; | |
87 | } | |
88 | ||
# | Line 120 | Line 119 | remove_dline_match(const char *host) | |
119 | if (!IsConfMain(aconf)) | |
120 | { | |
121 | delete_one_address_conf(host, aconf); | |
123 | – | save_dline_database(); |
122 | return 1; | |
123 | } | |
124 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |