diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-01-31 14:27:32 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-31 14:27:32 +0100 |
commit | 98ef89c392a63bb7a78df5e8d8283c848f9dd2af (patch) | |
tree | 0dc6b3ee42a8be385539dacac0815439b95cd300 /src/modules/m_cycle.cpp | |
parent | 2e8c2a6a5f02c004ede4b7120019153f176321fa (diff) |
Remove some dead code
Diffstat (limited to 'src/modules/m_cycle.cpp')
-rw-r--r-- | src/modules/m_cycle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cycle.cpp b/src/modules/m_cycle.cpp index 3dd4f41c7..e4cd0de60 100644 --- a/src/modules/m_cycle.cpp +++ b/src/modules/m_cycle.cpp @@ -34,7 +34,7 @@ class CommandCycle : public SplitCommand CmdResult HandleLocal(const std::vector<std::string> ¶meters, LocalUser* user) { Channel* channel = ServerInstance->FindChan(parameters[0]); - std::string reason = ConvToStr("Cycling"); + std::string reason = "Cycling"; if (parameters.size() > 1) { |