X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/16cb94cc535247e05ea7016e27d66caac5a3330b..0d3fb5c99c432e752a363960ff14ebe727519065:/src/s_user.c diff --git a/src/s_user.c b/src/s_user.c index 30450d8..f8d5e0c 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -1373,7 +1373,7 @@ construct_umodebuf(void) void change_nick_user_host(struct Client *target_p, const char *nick, const char *user, - const char *host, int newts, char *format, ...) + const char *host, int newts, const char *format, ...) { rb_dlink_node *ptr; struct Channel *chptr;