]> jfr.im git - solanum.git/blobdiff - src/channel.c
irc_string.h -> match.h, irc_string.h; includes changed
[solanum.git] / src / channel.c
index 1fb8863a0854d9c714edfe5aea7275307b9b89dd..db8d327e1d19ec0dba34a21fe8c70e8efc7ac287 100644 (file)
@@ -30,8 +30,7 @@
 #include "common.h"
 #include "hash.h"
 #include "hook.h"
-#include "irc_string.h"
-#include "sprintf_irc.h"
+#include "match.h"
 #include "ircd.h"
 #include "numeric.h"
 #include "s_serv.h"            /* captab */
@@ -1161,7 +1160,7 @@ channel_modes(struct Channel *chptr, struct Client *client_p)
        *mbuf = '\0';
 
        rb_strlcpy(final, buf1, sizeof final);
-       strlcat(final, buf2, sizeof final);
+       rb_strlcat(final, buf2, sizeof final);
        return final;
 }