mirror of
https://github.com/anope/anope.git
synced 2026-06-25 17:46:37 +02:00
Missed OCDing over src/protocol/*, plus fixed a minor lack of braces and fixed Config to work in an out-of-source build.
This commit is contained in:
@@ -175,4 +175,3 @@ void BotInfo::Part(Channel *c, const std::string &reason)
|
||||
ircdproto->SendPart(this, c, !reason.empty() ? reason.c_str() : "");
|
||||
c->DeleteUser(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user