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

Comparing ircd-hybrid/trunk/modules/m_dline.c (file contents):
Revision 3117 by michael, Fri Mar 7 19:28:54 2014 UTC vs.
Revision 3118 by michael, Fri Mar 7 19:32:34 2014 UTC

# Line 179 | Line 179 | mo_dline(struct Client *client_p, struct
179  
180      if (!MyConnect(target_p))
181      {
182 <      sendto_one_notice(source_p, &me, ":Can't DLINE nick on another server");
182 >      sendto_one_notice(source_p, &me, ":Cannot DLINE nick on another server");
183        return 0;
184      }
185  
# Line 295 | Line 295 | ms_dline(struct Client *client_p, struct
295  
296        if (!MyConnect(target_p))
297        {
298 <        sendto_one_notice(source_p, &me, ":Can't DLINE nick on another server");
298 >        sendto_one_notice(source_p, &me, ":Cannot DLINE nick on another server");
299          return 0;
300        }
301  

Diff Legend

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