mirror of
https://github.com/znc/znc.git
synced 2026-06-30 06:51:26 +02:00
Resolve #723: Allow buffextras as a network-level module
This commit is contained in:
@@ -75,6 +75,7 @@ public:
|
||||
|
||||
template<> void TModInfo<CBuffExtras>(CModInfo& Info) {
|
||||
Info.SetWikiPage("buffextras");
|
||||
Info.AddType(CModInfo::NetworkModule);
|
||||
}
|
||||
|
||||
USERMODULEDEFS(CBuffExtras, "Add joins, parts etc. to the playback buffer")
|
||||
|
||||
Reference in New Issue
Block a user