From 7ee9ca88a8a4aa0d671d331cee7ae132c7c1e1a3 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 10 Sep 2006 17:28:03 +0000 Subject: Fix the new g/k/e line stuff to match ips. NOTE: this makes g/k/e much slower than z. By factors of about 3. If you want to match tons of users, as always use zline (for this and many other reasons) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5202 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index ee348fac4..56d578687 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1068,8 +1068,6 @@ void userrec::FullConnect(CullList* Goners) return; } - char match_against[MAXBUF]; - snprintf(match_against,MAXBUF,"%s@%s", this->ident, this->host); char* e = ServerInstance->XLines->matches_exception(this); if (!e) -- cgit v1.3.1-10-gc9f91