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)