diff options
| author | 2014-03-09 17:08:55 +0100 | |
|---|---|---|
| committer | 2014-03-09 17:08:55 +0100 | |
| commit | 7b7e82bec5ab5a39d88896fc7433125fd0c684de (patch) | |
| tree | 4f3e96e755abdaa3a49e80e1acae16bf3bcd5685 /src/mode.cpp | |
| parent | Make the maximum hostname length configurable in the config. (diff) | |
| download | inspircd++-7b7e82bec5ab5a39d88896fc7433125fd0c684de.tar.gz inspircd++-7b7e82bec5ab5a39d88896fc7433125fd0c684de.tar.bz2 inspircd++-7b7e82bec5ab5a39d88896fc7433125fd0c684de.zip | |
Move the wallops mode from the core into core_wallops
Diffstat (limited to 'src/mode.cpp')
| -rw-r--r-- | src/mode.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mode.cpp b/src/mode.cpp index b56c26990..1a02b5ec7 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -933,7 +933,6 @@ struct builtin_modes ModeChannelOp o; ModeChannelVoice v; - ModeUserWallops uw; ModeUserInvisible ui; ModeUserOperator uo; ModeUserServerNoticeMask us; @@ -941,7 +940,7 @@ struct builtin_modes void init() { ServiceProvider* modes[] = { &s, &p, &m, &t, &n, &i, &k, &l, &b, &o, &v, - &uw, &ui, &uo, &us }; + &ui, &uo, &us }; ServerInstance->Modules->AddServices(modes, sizeof(modes)/sizeof(ServiceProvider*)); } }; |
