# | Line 179 | Line 179 | mo_dline(struct Client *client_p, struct | |
---|---|---|
179 | ||
180 | if (!MyConnect(target_p)) | |
181 | { | |
182 | < | sendto_one_notice(source_p, &me, ":Can't DLINE nick on another server"); |
182 | > | sendto_one_notice(source_p, &me, ":Cannot DLINE nick on another server"); |
183 | return 0; | |
184 | } | |
185 | ||
# | Line 295 | Line 295 | ms_dline(struct Client *client_p, struct | |
295 | ||
296 | if (!MyConnect(target_p)) | |
297 | { | |
298 | < | sendto_one_notice(source_p, &me, ":Can't DLINE nick on another server"); |
298 | > | sendto_one_notice(source_p, &me, ":Cannot DLINE nick on another server"); |
299 | return 0; | |
300 | } | |
301 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |