diff options
Diffstat (limited to 'include/commands')
-rw-r--r-- | include/commands/cmd_stats.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_stats.h b/include/commands/cmd_stats.h index 1c54944c0..8f98ad599 100644 --- a/include/commands/cmd_stats.h +++ b/include/commands/cmd_stats.h @@ -28,6 +28,8 @@ #include "users.h" #include "channels.h" +void DoStats(char statschar, userrec* user, string_list &results); + class cmd_stats : public command_t { public: |