diff options
| author | 2007-06-14 17:03:16 +0000 | |
|---|---|---|
| committer | 2007-06-14 17:03:16 +0000 | |
| commit | 18e822f8bb02f66b64e1d3f183d4779a745f8eca (patch) | |
| tree | c160795e35e14527c82291e48ca9c9ee0f495296 /src/cmd_eline.cpp | |
| parent | Fix problem where two unrelated options are named identically, thanks for rem... (diff) | |
Fix for bug #324 reported by HiroP
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7303 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_eline.cpp')
| -rw-r--r-- | src/cmd_eline.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd_eline.cpp b/src/cmd_eline.cpp index be78e3b35..981a10f32 100644 --- a/src/cmd_eline.cpp +++ b/src/cmd_eline.cpp @@ -54,6 +54,10 @@ CmdResult cmd_eline::Handle (const char** parameters, int pcnt, userrec *user) ServerInstance->TimeString(c_requires_crap).c_str()); } } + else + { + user->WriteServ("NOTICE %s :*** E-Line for %s already exists",user->nick,parameters[0]); + } } else { |
