Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 689c689
- < if ( !strncasecmp(ctcp_buf, "DCC ", msglen) )
- ---
- > if ( !strncasecmp(ctcp_buf, "DCC ", 4) )
- 691c691
- < else if ( !strncasecmp( ctcp_buf, "ACTION ", msglen)
- ---
- > else if ( !strncasecmp( ctcp_buf, "ACTION ", 7)
- 696c696
- <
- ---
- >
Advertisement
Add Comment
Please, Sign In to add comment