# | Line 47 | Line 47 | mo_wallops(struct Client *client_p, stru | |
---|---|---|
47 | ||
48 | if (EmptyString(message)) | |
49 | { | |
50 | < | sendto_one(source_p, ERR_NEEDMOREPARAMS, |
50 | > | sendto_one(source_p, form_str(ERR_NEEDMOREPARAMS), |
51 | me.name, source_p->name, "WALLOPS"); | |
52 | return; | |
53 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |