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:
+1
-1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user