mirror of
https://github.com/znc/znc.git
synced 2026-08-08 18:03:22 +02:00
Fix several comments broken by clang-format
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user