1
0
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:
Naram Qashat
2010-06-29 08:21:20 -04:00
parent 950cfcd31e
commit de1bf10690
10 changed files with 733 additions and 831 deletions
-1
View File
@@ -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);
}