From f27e18aafc1bb0247200f6dcdd957f09772ee093 Mon Sep 17 00:00:00 2001
From: w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Date: Thu, 10 May 2007 10:09:21 +0000
Subject: Add warning notice to m_deaf, as setting it will make new users
 pretty confused :p

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6944 e03df62e-2008-0410-955e-edbf42e46eb7
---
 src/modules/m_deaf.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

diff --git a/src/modules/m_deaf.cpp b/src/modules/m_deaf.cpp
index 2278479cc..8c413651f 100644
--- a/src/modules/m_deaf.cpp
+++ b/src/modules/m_deaf.cpp
@@ -31,6 +31,7 @@ class User_d : public ModeHandler
 		{
 			if (!dest->IsModeSet('d'))
 			{
+				dest->WriteServ("NOTICE %s :*** You have enabled usermode +d, deaf mode. This mode means you WILL NOT recieve any messages from any channels you are in. If you did NOT mean to do this, use /mode %s -d.", dest->nick, dest->nick);
 				dest->SetMode('d',true);
 				return MODEACTION_ALLOW;
 			}
-- 
cgit v1.2.3