ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_wallops.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/m_wallops.c (file contents):
Revision 1832 by michael, Fri Apr 19 19:16:09 2013 UTC vs.
Revision 1834 by michael, Fri Apr 19 19:50:27 2013 UTC

# 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    }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)