From 18e822f8bb02f66b64e1d3f183d4779a745f8eca Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 14 Jun 2007 17:03:16 +0000 Subject: Fix for bug #324 reported by HiroP git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7303 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_qline.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cmd_qline.cpp') diff --git a/src/cmd_qline.cpp b/src/cmd_qline.cpp index 383f27756..bb1122854 100644 --- a/src/cmd_qline.cpp +++ b/src/cmd_qline.cpp @@ -56,6 +56,10 @@ CmdResult cmd_qline::Handle (const char** parameters, int pcnt, userrec *user) } ServerInstance->XLines->apply_lines(to_apply); } + else + { + user->WriteServ("NOTICE %s :*** Q-Line for %s already exists",user->nick,parameters[0]); + } } else { -- cgit v1.2.3