# | Line 82 | Line 82 | mo_rehash(struct Client *client_p, struc | |
---|---|---|
82 | } | |
83 | else | |
84 | { | |
85 | < | sendto_one(source_p, ":%s NOTICE %s :rehash one of :DNS FDLIMIT " |
86 | < | "MOTD", me.name, source_p->name); |
85 | > | sendto_one(source_p, ":%s NOTICE %s :rehash one of :DNS MOTD", |
86 | > | me.name, source_p->name); |
87 | return; | |
88 | } | |
89 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |