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

Comparing:
ircd-hybrid-8/modules/m_admin.c (file contents), Revision 1568 by michael, Tue Oct 16 18:12:45 2012 UTC vs.
ircd-hybrid/trunk/modules/m_admin.c (file contents), Revision 1834 by michael, Fri Apr 19 19:50:27 2013 UTC

# Line 47 | Line 47 | do_admin(struct Client *source_p)
47    const char *me_name = ID_or_name(&me, source_p->from);
48    const char *nick = ID_or_name(source_p, source_p->from);
49  
50 <  sendto_realops_flags(UMODE_SPY, L_ALL,
50 >  sendto_realops_flags(UMODE_SPY, L_ALL, SEND_NOTICE,
51                         "ADMIN requested by %s (%s@%s) [%s]",
52                         source_p->name, source_p->username,
53                         source_p->host, source_p->servptr->name);
# Line 131 | Line 131 | ms_admin(struct Client *client_p, struct
131  
132   static struct Message admin_msgtab = {
133    "ADMIN", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
134 <  { m_unregisteredn, m_admin, ms_admin, m_ignore, ms_admin, m_ignore }
134 >  { m_unregistered, m_admin, ms_admin, m_ignore, ms_admin, m_ignore }
135   };
136  
137   static void

Diff Legend

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