summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h8
1 files changed, 4 insertions, 4 deletions
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)
*/