1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 02:13:12 +02:00

Fix typo in Mode message handler

This commit is contained in:
Adam
2013-03-31 00:33:30 -05:00
parent 6e0dc0e210
commit 62262f4b0d
2 changed files with 6 additions and 29 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ void Message::Mode::Run(MessageSource &source, const std::vector<Anope::string>
Channel *c = Channel::Find(params[0]);
if (c)
c->SetModesInternal(source, params[2], 0);
c->SetModesInternal(source, params[1], 0);
}
else
{