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

Comparing ircd-hybrid/trunk/src/numeric.c (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1618 by michael, Tue Oct 30 21:04:38 2012 UTC

# Line 213 | Line 213 | set_locale(const char *locale)
213  
214    strlcpy(used_locale, locale, sizeof(used_locale));
215    if (!res)
216 <    sendto_realops_flags(UMODE_ALL, L_ADMIN, "Language file [%s] contains "
216 >    sendto_realops_flags(UMODE_ALL, L_ADMIN, SEND_NOTICE,
217 >                         "Language file [%s] contains "
218                           "errors, check server log file for more details",
219                           used_locale);
220   }

Diff Legend

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