]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_xline.c
strip_tabs() is related to s_conf.c ONLY - moved it there
[irc/rqf/shadowircd.git] / modules / m_xline.c
index 884a71d1067deadf272cc7aa3546140fcdc5e38a..957486f940abb2b6a87eae3ac65c5a3bb9b854db 100644 (file)
 #include "class.h"
 #include "ircd.h"
 #include "numeric.h"
-#include "s_log.h"
+#include "logger.h"
 #include "s_serv.h"
 #include "whowas.h"
 #include "irc_string.h"
-#include "sprintf_irc.h"
 #include "hash.h"
 #include "msg.h"
 #include "parse.h"
@@ -622,7 +621,7 @@ remove_xline_from_file(struct Client *source_p, const char *huntgecos)
                        break;
                }
 
-               strlcpy(buff, buf, sizeof(buff));
+               rb_strlcpy(buff, buf, sizeof(buff));
 
                if((p = strchr(buff, '\n')) != NULL)
                        *p = '\0';