X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_links.c;h=5c23c1ab20fe4c97c8c3d9501586f87b95c00b2d;hb=c866e047f08af0d9c67de5c4be5ac51f05f0dee9;hp=7814a512d3803a0292971d95a32587915b8e9392;hpb=86650fb9472630fe2e20863bc08827cd855e5bfb;p=ircu2.10.12-pk.git diff --git a/ircd/m_links.c b/ircd/m_links.c index 7814a51..5c23c1a 100644 --- a/ircd/m_links.c +++ b/ircd/m_links.c @@ -83,6 +83,7 @@ #include "client.h" #include "ircd.h" +#include "ircd_defs.h" #include "ircd_policy.h" #include "ircd_reply.h" #include "ircd_string.h" @@ -148,8 +149,7 @@ int m_links_redirect(struct Client* cptr, struct Client* sptr, int parc, send_reply(sptr, RPL_ENDOFLINKS, parc < 2 ? "*" : parv[1]); sendcmdto_one(&me, CMD_NOTICE, sptr, "%C :%s", sptr, - "/LINKS has been disabled, from CFV-165. " - "Visit http://www.undernet.org/servers.php"); + "/LINKS has been disabled, from CFV-165. Visit " URL_SERVERS ); return 0; } #endif