1 /* +------------------------------------+
2 * | Inspire Internet Relay Chat Daemon |
3 * +------------------------------------+
5 * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
7 * <brain@chatspike.net>
8 * <Craig@chatspike.net>
10 * Written by Craig Edwards, Craig McLure, and others.
11 * This program is free but copyrighted software; see
12 * the file COPYING for details.
14 * ---------------------------------------------------
17 #include "inspircd_config.h"
18 #include "configreader.h"
22 #include "helperfuncs.h"
23 #include "commands/cmd_links.h"
25 extern ServerConfig* Config;
27 void cmd_links::Handle (char **parameters, int pcnt, userrec *user)
29 WriteServ(user->fd,"364 %s %s %s :0 %s",user->nick,Config->ServerName,Config->ServerName,Config->ServerDesc);
30 WriteServ(user->fd,"365 %s * :End of /LINKS list.",user->nick);