diff options
Diffstat (limited to 'include/commands')
-rw-r--r-- | include/commands/cmd_who.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_who.h b/include/commands/cmd_who.h index bdcf00c0b..8696f5a0b 100644 --- a/include/commands/cmd_who.h +++ b/include/commands/cmd_who.h @@ -38,6 +38,8 @@ class CommandWho : public Command bool opt_away; bool opt_local; bool opt_far; + bool opt_time; + public: /** Constructor for who. */ |