From ac7b85f9c4f487f0362eac39014e28b5fa6311f9 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 24 May 2005 22:18:35 +0000 Subject: Fixed compile glitch on 3.4 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1508 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 7d225546c..63dbe3896 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -1133,7 +1133,7 @@ void kill_link(userrec *user,const char* r) if (user->registered == 7) { purge_empty_chans(user); // fix by brain: only show local quits because we only show local connects (it just makes SENSE) - if (!strcmp(user->server,getservername.c_str())) + if (!strcmp(user->server,ServerName)) WriteOpers("*** Client exiting: %s!%s@%s [%s]",user->nick,user->ident,user->host,reason); AddWhoWas(user); } -- cgit v1.2.3