diff options
| author | 2021-07-03 15:26:47 +0100 | |
|---|---|---|
| committer | 2021-07-03 15:26:47 +0100 | |
| commit | c78d21d00bb6070d514b7a9a7be7e52dd59da411 (patch) | |
| tree | 9fc45172c847cfe6de51472afaaf80b6001a4fad /include | |
| parent | We haven't used Travis CI in a long time so this is unnecessary. (diff) | |
| download | inspircd++-c78d21d00bb6070d514b7a9a7be7e52dd59da411.tar.gz inspircd++-c78d21d00bb6070d514b7a9a7be7e52dd59da411.tar.bz2 inspircd++-c78d21d00bb6070d514b7a9a7be7e52dd59da411.zip | |
Move ModeParser::GiveModeList to core_mode.
Now we've dropped support for the 1202 protocol we don't need this
in the core.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mode.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/mode.h b/include/mode.h index 91e47fd3e..5f58d0f41 100644 --- a/include/mode.h +++ b/include/mode.h @@ -782,14 +782,6 @@ class CoreExport ModeParser */ PrefixMode* FindPrefix(unsigned const char pfxletter); - /** Generates a list of modes, comma separated by type: - * 1; Listmodes EXCEPT those with a prefix - * 2; Modes that take a param when adding or removing - * 3; Modes that only take a param when adding - * 4; Modes that dont take a param - */ - std::string GiveModeList(ModeType mt); - /** This returns the PREFIX=(ohv)@%+ section of the 005 numeric, or * just the "@%+" part if the parameter false */ |
