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

Comparing ircd-hybrid-8/src/s_user.c (file contents):
Revision 1431 by michael, Sat Jun 9 19:15:10 2012 UTC vs.
Revision 1446 by michael, Mon Jun 25 20:05:12 2012 UTC

# Line 1240 | Line 1240 | oper_up(struct Client *source_p)
1240    sendto_one(source_p, form_str(RPL_YOUREOPER), me.name, source_p->name);
1241    sendto_one(source_p, ":%s NOTICE %s :*** Oper privs are %s",
1242               me.name, source_p->name, operprivs);
1243  send_message_file(source_p, &ConfigFileEntry.opermotd);
1243   }
1244  
1245   static char new_uid[TOTALSIDUID + 1];     /* allow for \0 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines