From cc0cd720c6910e63834fdf9d82399637cda37786 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 11:19:12 +0000 Subject: Moved tons of stuff into class ServerConfig git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2395 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 2a3ebb72b..25cfab93a 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1522,7 +1522,7 @@ void handle_squit(char **parameters, int pcnt, userrec *user) void handle_links(char **parameters, int pcnt, userrec *user) { - WriteServ(user->fd,"364 %s %s %s :0 %s",user->nick,Config->ServerName,Config->ServerName,ServerDesc); + WriteServ(user->fd,"364 %s %s %s :0 %s",user->nick,Config->ServerName,Config->ServerName,Config->ServerDesc); WriteServ(user->fd,"365 %s * :End of /LINKS list.",user->nick); } -- cgit v1.3.1-10-gc9f91