# | Line 228 | Line 228 | mo_module(struct Client *client_p, struc | |
---|---|---|
228 | me.name, source_p->name); | |
229 | return; | |
230 | } | |
231 | + | |
232 | + | sendto_one(source_p, ":%s NOTICE %s :%s is not a valid option. " |
233 | + | "Choose from LOAD, UNLOAD, RELOAD, LIST", |
234 | + | me.name, source_p->name, parv[1]); |
235 | } | |
236 | ||
237 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |