From b0897845288dcce0fedc5f26dd370a2b01468d03 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 12 May 2013 18:54:03 +0000 Subject: - m_svsmode(), set_user_mode(): \n, \r, \t aren't treaded specially anymore git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2024 82007160-df01-0410-b94d-b575c5fd34c7 --- src/s_user.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src') diff --git a/src/s_user.c b/src/s_user.c index ad342cd..5e22121 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -894,14 +894,7 @@ set_user_mode(struct Client *client_p, struct Client *source_p, break; - /* - * We may not get these, but they shouldnt be in default - */ - case 'r': - case ' ' : - case '\n': - case '\r': - case '\t': + case 'r': /* Only services may set +r */ break; default: -- cgit