mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Revert "Make simple_away and keepnick also support user modules"
This reverts commit fb62b5e7a6.
I need to test changes better...
To be proper user modules they need to store per-network state, just a
flag isn't enough.
This commit is contained in:
@@ -195,7 +195,6 @@ void CKeepNickTimer::RunJob() {
|
||||
|
||||
template<> void TModInfo<CKeepNickMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("keepnick");
|
||||
Info.AddType(CModInfo::UserModule);
|
||||
}
|
||||
|
||||
NETWORKMODULEDEFS(CKeepNickMod, "Keep trying for your primary nick")
|
||||
|
||||
Reference in New Issue
Block a user