diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/s_user.c | 9 |
1 files changed, 1 insertions, 8 deletions
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: |