From 3944d6cf0dbdb5afb714d3b027db0314ff830636 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 15 Sep 2006 09:47:43 +0000 Subject: Comments describing classes, for the url http://svn.inspircd.org/docs/annotated.html git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5251 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_alias.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/modules/m_alias.cpp') diff --git a/src/modules/m_alias.cpp b/src/modules/m_alias.cpp index d7ac3d04a..fd3dedff2 100644 --- a/src/modules/m_alias.cpp +++ b/src/modules/m_alias.cpp @@ -24,12 +24,18 @@ using namespace std; /* $ModDesc: Provides aliases of commands. */ +/** An alias definition + */ class Alias : public classbase { public: + /** The text of the alias command */ irc::string text; + /** Text to replace with */ std::string replace_with; + /** Nickname required to perform alias */ std::string requires; + /** Alias requires ulined server */ bool uline; }; -- cgit v1.3.1-10-gc9f91