From b8412d56a27ef5f09b1febe0cb682aee2eb57bff Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Feb 2008 20:31:01 +0000 Subject: Fix for feature request in bug #465 by John git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9041 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/users.cpp b/src/users.cpp index f1c3a3fef..9da905918 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -73,6 +73,9 @@ std::string User::ProcessNoticeMasks(const char *sm) output += *c; } } + else + this->WriteServ("501 %s %c :is unknown snomask char to me", this->nick, *c); + oldadding = adding; break; } -- cgit v1.2.3