mirror of
https://github.com/znc/znc.git
synced 2026-05-03 03:52:33 +02:00
fix #690: make autoattach a network module
This commit is contained in:
@@ -281,9 +281,10 @@ private:
|
||||
};
|
||||
|
||||
template<> void TModInfo<CChanAttach>(CModInfo& Info) {
|
||||
Info.AddType(CModInfo::UserModule);
|
||||
Info.SetWikiPage("autoattach");
|
||||
Info.SetHasArgs(true);
|
||||
Info.SetArgsHelpText("List of channel masks and channel masks with ! before them.");
|
||||
}
|
||||
|
||||
USERMODULEDEFS(CChanAttach, "Reattaches you to channels on activity.")
|
||||
NETWORKMODULEDEFS(CChanAttach, "Reattaches you to channels on activity.")
|
||||
|
||||
Reference in New Issue
Block a user