diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-30 13:00:51 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-30 13:00:51 +0000 |
commit | c746f9a9644524751501e72aa35547a7110512c1 (patch) | |
tree | ca28fc6dd5337a2755c1640e5628771989f34768 /include/commands/cmd_stats.h | |
parent | 08007a721ef12623057188b0475e0738008ecd3f (diff) |
REMOTE STATS! WOOO AND YAY!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4596 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands/cmd_stats.h')
-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: |