From 343f12b9b2d4e519b09877f76a00f6a0714509f2 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 24 Mar 2008 15:13:17 +0000 Subject: Add stuff so that modules can hook users by altering a pointer in the User class. Note that ssl modules still bind by port, but the idea of doing this change is so we can remove that logic next git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9187 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index 07843b7c0..74b55202d 100644 --- a/include/users.h +++ b/include/users.h @@ -464,6 +464,10 @@ class CoreExport User : public connection bool* AllowedChanModes; public: + /** Module responsible for raw i/o + */ + Module* io; + /** Contains a pointer to the connect class a user is on from - this will be NULL for remote connections. * The pointer is guarenteed to *always* be valid. :) */ -- cgit v1.2.3