diff --git a/modules/irc/Session.hpp b/modules/irc/Session.hpp index 155b7556..62a7e256 100644 --- a/modules/irc/Session.hpp +++ b/modules/irc/Session.hpp @@ -255,6 +255,9 @@ public: */ Object & GetData() { + // Validate the handle + Validate(); + // Return the requested information return m_Data; }