diff options
| author | 2018-08-13 20:17:46 +0100 | |
|---|---|---|
| committer | 2018-08-13 21:51:11 +0100 | |
| commit | 58a0a7e01422e62de1565a8eb0a1febdc463d04d (patch) | |
| tree | 8861789deefe9df3524690de8ccd11e5366f1f2e /src/modules/m_alias.cpp | |
| parent | Add an accessor for the last mode change list to ModeParser. (diff) | |
Implement IRCv3 message tag support.
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
Diffstat (limited to 'src/modules/m_alias.cpp')
| -rw-r--r-- | src/modules/m_alias.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_alias.cpp b/src/modules/m_alias.cpp index 76ccc6ebc..75ab57e94 100644 --- a/src/modules/m_alias.cpp +++ b/src/modules/m_alias.cpp @@ -129,7 +129,7 @@ class ModuleAlias : public Module return word; } - std::string CreateRFCMessage(const std::string& command, Command::Params& parameters) + std::string CreateRFCMessage(const std::string& command, CommandBase::Params& parameters) { std::string message(command); for (CommandBase::Params::const_iterator iter = parameters.begin(); iter != parameters.end();) |
