summaryrefslogtreecommitdiff
path: root/include/commands/cmd_who.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_who.h')
-rw-r--r--include/commands/cmd_who.h2
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.
*/