0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 01:58:35 +02:00

send: more sendto_anywhere() fixing

This commit is contained in:
William Pitcock 2016-02-20 18:12:46 -06:00
parent f2003b4411
commit adaa9ba989

View file

@ -1162,6 +1162,8 @@ sendto_anywhere(struct Client *target_p, struct Client *source_p,
va_list args;
buf_head_t linebuf;
rb_linebuf_newbuf(&linebuf);
va_start(args, pattern);
if(MyClient(target_p))