summaryrefslogtreecommitdiff
path: root/include/commands/cmd_oper.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-15 14:59:22 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-15 14:59:22 +0000
commitc3f221fcbbd896c75f5a95b86844854e4d1726b0 (patch)
tree66c423cd5de2ed2fc481935293eaae0e42ac1d4d /include/commands/cmd_oper.h
parent7c0c957577a195b4819e4d7f2c9672d7c7522b0d (diff)
Annotations
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5256 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands/cmd_oper.h')
-rw-r--r--include/commands/cmd_oper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_oper.h b/include/commands/cmd_oper.h
index 07756f76c..438f5f8a7 100644
--- a/include/commands/cmd_oper.h
+++ b/include/commands/cmd_oper.h
@@ -24,6 +24,8 @@
bool OneOfMatches(const char* host, const char* ip, const char* hostlist);
+/** Handle /OPER
+ */
class cmd_oper : public command_t
{
public: