summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-10 17:28:03 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-10 17:28:03 +0000
commit7ee9ca88a8a4aa0d671d331cee7ae132c7c1e1a3 (patch)
treef9687302b070f15cb70cba34ae931e866ae5e3b7 /src/users.cpp
parent52aec3dd2a8a30719b678ea04741c6a36ba82990 (diff)
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
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 0 insertions, 2 deletions
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)