From bc0b595b6b9bc6d9fade71117607314cbf54c8c8 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 30 Nov 2005 09:59:44 +0000 Subject: Added remote kill git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2035 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_alias.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/modules/m_alias.cpp') diff --git a/src/modules/m_alias.cpp b/src/modules/m_alias.cpp index 837750da8..b3544a960 100644 --- a/src/modules/m_alias.cpp +++ b/src/modules/m_alias.cpp @@ -38,8 +38,9 @@ class ModuleAlias : public Module Server *Srv; ConfigReader *MyConf; std::vector Aliases; - public: - /* XXX - small issue, why is this marked public when it's not (really) intended for external use */ + + /* XXX - small issue, why is this marked public when it's not (really) intended for external use + * Fixed 30/11/05 by Brain as suggestion by w00t */ virtual void ReadAliases() { Aliases.clear(); @@ -59,6 +60,8 @@ class ModuleAlias : public Module } } + + public: ModuleAlias() { -- cgit v1.3.1-10-gc9f91