diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-15 14:59:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-15 14:59:22 +0000 |
commit | c3f221fcbbd896c75f5a95b86844854e4d1726b0 (patch) | |
tree | 66c423cd5de2ed2fc481935293eaae0e42ac1d4d /include/commands/cmd_info.h | |
parent | 7c0c957577a195b4819e4d7f2c9672d7c7522b0d (diff) |
Annotations
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5256 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands/cmd_info.h')
-rw-r--r-- | include/commands/cmd_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_info.h b/include/commands/cmd_info.h index e2630c7e7..ccd8db019 100644 --- a/include/commands/cmd_info.h +++ b/include/commands/cmd_info.h @@ -22,6 +22,8 @@ #include "users.h" #include "channels.h" +/** Handle /INFO + */ class cmd_info : public command_t { public: |