aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorGravatar brain2005-12-14 11:19:12 +0000
committerGravatar brain2005-12-14 11:19:12 +0000
commitcc0cd720c6910e63834fdf9d82399637cda37786 (patch)
treea36e1d9dd9c5732f24d881b89e58ddb95359c078 /src/commands.cpp
parentMoving more stuff into class ServerConfig (diff)
downloadinspircd++-cc0cd720c6910e63834fdf9d82399637cda37786.tar.gz
inspircd++-cc0cd720c6910e63834fdf9d82399637cda37786.tar.bz2
inspircd++-cc0cd720c6910e63834fdf9d82399637cda37786.zip
Moved tons of stuff into class ServerConfig
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2395 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}