From fcfbf1cdaf9df1a72fc6fed15e2aa31a0f6ec3c1 Mon Sep 17 00:00:00 2001 From: stskeeps Date: Wed, 27 Nov 2002 14:53:51 +0000 Subject: [PATCH] serious who bug --- src/modules/m_who.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_who.c b/src/modules/m_who.c index 59b8ed9d3..18ab3ebe4 100644 --- a/src/modules/m_who.c +++ b/src/modules/m_who.c @@ -294,7 +294,7 @@ static int parse_who_options(aClient *sptr, int argc, char **argv) } if (!IsAnOper(sptr)) - continue; /* oper-only */ + break; /* oper-only */ wfl.gecos = argv[i]; if (what == WHO_ADD)