Fix several comments broken by clang-format

This commit is contained in:
Alexey Sokolov
2015-12-06 23:29:43 +00:00
parent 33b0627d75
commit 3861b6a583
20 changed files with 130 additions and 146 deletions
+6 -4
View File
@@ -296,11 +296,13 @@ class CAway : public CModule {
}
void OnIRCConnected() override {
if (m_bIsAway)
if (m_bIsAway) {
Away(true); // reset away if we are reconnected
else
Back(); // ircd seems to remember your away if you killed the
// client and came back
} else {
// ircd seems to remember your away if you killed the client and
// came back
Back();
}
}
bool BootStrap() {