X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcommands.cpp;h=d5ec4307c6c04092b65e8a84e84675afa89bd4a1;hb=77b32677820dfa6ce92395d6d6c02c80f84485b0;hp=69fea5ec53d1f67e9dda26a5be0e7abed20cd211;hpb=5e6e38272250d2862e0eec59ad9ad6710c420e5f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/commands.cpp b/src/commands.cpp index 69fea5ec5..d5ec4307c 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -2413,6 +2413,10 @@ void handle_link_packet(char* udp_msg, char* tcp_host, serverrec *serv) { token = '*'; } + if (!strcmp(command,"432")) + { + token = '*'; + } if (!strcmp(command,"NOTICE")) { snprintf(udp_msg,MAXBUF,"V %s %s",source,data);