diff options
| author | 2013-04-03 19:10:18 +0200 | |
|---|---|---|
| committer | 2013-04-08 23:13:24 +0200 | |
| commit | ebe5b201aab71cf2ead1e068889be736314fbb73 (patch) | |
| tree | 33bc1cc227073304f5e25731fa35a60cfd2712a3 /src/mode.cpp | |
| parent | Add builtin modes using AddService() (diff) | |
Migrate u_listmode.h into the core, change +b to use it
Diffstat (limited to 'src/mode.cpp')
| -rw-r--r-- | src/mode.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mode.cpp b/src/mode.cpp index 8cf04ef08..417707ee9 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -946,6 +946,7 @@ static builtin_modes static_modes; void ModeParser::InitBuiltinModes() { static_modes.init(); + static_modes.b.DoRehash(); } ModeParser::ModeParser() |
