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

Comparing ircd-hybrid/trunk/modules/m_oper.c (file contents):
Revision 6781 by michael, Thu Oct 29 15:30:30 2015 UTC vs.
Revision 6782 by michael, Sun Nov 15 18:49:32 2015 UTC

# Line 73 | Line 73 | oper_up(struct Client *source_p)
73    if (!EmptyString(conf->whois))
74    {
75      client_attach_svstag(source_p, RPL_WHOISOPERATOR, "+", conf->whois);
76 <    sendto_server(source_p, 0, 0, ":%s SVSTAG %s %lu %u + :%s",
77 <                  me.id, source_p->id, (unsigned long)source_p->tsinfo,
76 >    sendto_server(source_p, 0, 0, ":%s SVSTAG %s %ju %u + :%s",
77 >                  me.id, source_p->id, source_p->tsinfo,
78                    RPL_WHOISOPERATOR, conf->whois);
79    }
80  

Diff Legend

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