From ce9b1289c672d3d6b9cadec865754710bc1b80f7 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 28 Oct 2007 18:44:49 +0000 Subject: PERL PIE FOR ALL: Rename a fuckload of XLineManager's methods git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8399 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/userprocess.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/userprocess.cpp') diff --git a/src/userprocess.cpp b/src/userprocess.cpp index d2c481fbb..066800409 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -29,8 +29,8 @@ void FloodQuitUserHandler::Call(User* current) if (current->registered != REG_ALL) { - Server->XLines->add_zline(120, Server->Config->ServerName, "Flood from unregistered connection", current->GetIPString()); - Server->XLines->apply_lines(); + Server->XLines->AddZLine(120, Server->Config->ServerName, "Flood from unregistered connection", current->GetIPString()); + Server->XLines->ApplyLines(); } } -- cgit v1.2.3