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

Comparing ircd-hybrid-7.2/modules/m_set.c (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 646 by michael, Wed Jun 7 12:42:00 2006 UTC

# Line 346 | Line 346 | quote_msglocale( struct Client *source_p
346   static void
347   quote_spamnum( struct Client *source_p, int newval )
348   {
349 <  if (newval > 0)
349 >  if (newval >= 0)
350    {
351      if (newval == 0)
352      {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines