From 8b8923d15564caeeb14a6c5a218b9936a93c3ae4 Mon Sep 17 00:00:00 2001 From: peavey Date: Sat, 3 Mar 2007 00:24:04 +0000 Subject: Rebuild 005 on rehash. Tracker: bug #234 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6617 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index ee02a32b5..fc5a15da1 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -308,10 +308,6 @@ class InspIRCd : public classbase */ void EraseModule(int j); - /** Build the ISUPPORT string by triggering all modules On005Numeric events - */ - void BuildISupport(); - /** Move a given module to a specific slot in the list * @param modulename The module name to relocate * @param slot The slot to move the module into @@ -436,6 +432,10 @@ class InspIRCd : public classbase public: + /** Build the ISUPPORT string by triggering all modules On005Numeric events + */ + void BuildISupport(); + /** Number of unregistered users online right now. * (Unregistered means before USER/NICK/dns) */ -- cgit v1.2.3