diff options
Diffstat (limited to 'src/modules/m_alias.cpp')
| -rw-r--r-- | src/modules/m_alias.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_alias.cpp b/src/modules/m_alias.cpp index ea8be2c41..f3bd96700 100644 --- a/src/modules/m_alias.cpp +++ b/src/modules/m_alias.cpp @@ -119,7 +119,7 @@ public: { } - static std::string GetVar(std::string varname, const std::string &original_line) + static std::string GetVar(std::string varname, const std::string& original_line) { irc::spacesepstream ss(original_line); varname.erase(varname.begin()); @@ -225,7 +225,7 @@ public: return; } - Channel *c = target.Get<Channel>(); + Channel* c = target.Get<Channel>(); std::string scommand; // text is like "!moo cows bite me", we want "!moo" first |
