mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Rename (non-) KeepBuffer to AutoClearChanBuffer.
It should be a less confusing name...
This commit is contained in:
@@ -25,9 +25,9 @@ public:
|
||||
continue;
|
||||
|
||||
(*it)->ClearBuffer();
|
||||
// We force KeepBuffer on all channels since this module
|
||||
// doesnt make any sense without
|
||||
(*it)->SetKeepBuffer(true);
|
||||
// We deny AutoClearChanBuffer on all channels since this module
|
||||
// doesn't make any sense with it
|
||||
(*it)->SetAutoClearChanBuffer(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user