From dde67b9765bc485d807f181bba108c00f4c44dba Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 21 Mar 2008 19:42:08 +0000 Subject: Add capability for m_services_account to broadcast login events, with the user who is logging in and their login name git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9149 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/account.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/modules/account.h (limited to 'src/modules/account.h') diff --git a/src/modules/account.h b/src/modules/account.h new file mode 100644 index 000000000..833fe7aee --- /dev/null +++ b/src/modules/account.h @@ -0,0 +1,27 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd: (C) 2002-2008 InspIRCd Development Team + * See: http://www.inspircd.org/wiki/index.php/Credits + * + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + +#ifndef __ACCOUNT_H__ +#define __ACCOUNT_H__ + +#include +#include + +class AccountData +{ + public: + User* user; + std::string account; +}; + +#endif -- cgit v1.2.3