mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Make ServerConfig::{ApplyModules, Fill} private.
This commit is contained in:
parent
448b04076e
commit
c6c4bcf952
@ -237,9 +237,11 @@ class CoreExport OperInfo
|
||||
*/
|
||||
class CoreExport ServerConfig
|
||||
{
|
||||
private:
|
||||
void CrossCheckOperClassType();
|
||||
private:
|
||||
void ApplyModules(User* user);
|
||||
void CrossCheckConnectBlocks(ServerConfig* current);
|
||||
void CrossCheckOperClassType();
|
||||
void Fill();
|
||||
|
||||
public:
|
||||
/** How to treat a user in a channel who is banned. */
|
||||
@ -483,9 +485,6 @@ class CoreExport ServerConfig
|
||||
/** Apply configuration changes from the old configuration.
|
||||
*/
|
||||
void Apply(ServerConfig* old, const std::string &useruid);
|
||||
void ApplyModules(User* user);
|
||||
|
||||
void Fill();
|
||||
|
||||
/** Escapes a value for storage in a configuration key.
|
||||
* @param str The string to escape.
|
||||
|
Loading…
x
Reference in New Issue
Block a user