From a37c11101acd5c8a4d32a5e3d8372baffc786836 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 12 Jul 2018 01:23:06 +0100 Subject: Clean up the WHO helpop documentation. --- src/commands/cmd_who.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands') diff --git a/src/commands/cmd_who.cpp b/src/commands/cmd_who.cpp index d92394c3b..1a18ab410 100644 --- a/src/commands/cmd_who.cpp +++ b/src/commands/cmd_who.cpp @@ -44,7 +44,7 @@ class CommandWho : public Command /** Constructor for who. */ CommandWho ( Module* parent) : Command(parent,"WHO", 1) { - syntax = "|||||0 [ohurmMiaplf]"; + syntax = "|||||0 [afhilMmoprt]"; } void SendWhoLine(User* user, const std::vector& parms, const std::string &initial, Channel* ch, User* u, std::vector &whoresults); /** Handle command. -- cgit v1.2.3