Guest User

libircclient.c ctcp patch

a guest
Aug 17th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.26 KB | None | 0 0
  1. 689c689
  2. <                   if ( !strncasecmp(ctcp_buf, "DCC ", msglen) )
  3. ---
  4. >                   if ( !strncasecmp(ctcp_buf, "DCC ", 4) )
  5. 691c691
  6. <                   else if ( !strncasecmp( ctcp_buf, "ACTION ", msglen)
  7. ---
  8. >                   else if ( !strncasecmp( ctcp_buf, "ACTION ", 7)
  9. 696c696
  10. <
  11. ---
  12. >
Advertisement
Add Comment
Please, Sign In to add comment