mirror of
https://github.com/znc/znc.git
synced 2026-05-04 04:22:37 +02:00
Make *raw a network module by default
This commit is contained in:
@@ -31,7 +31,8 @@ public:
|
||||
|
||||
template<> void TModInfo<CRawMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("raw");
|
||||
Info.AddType(CModInfo::UserModule);
|
||||
}
|
||||
|
||||
MODULEDEFS(CRawMod, "View all of the raw traffic")
|
||||
NETWORKMODULEDEFS(CRawMod, "View all of the raw traffic")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user