Remove KeepNick

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1151 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-07-24 11:34:11 +00:00
parent 3ec3f07523
commit 03e34ac6e6
11 changed files with 5 additions and 146 deletions
-13
View File
@@ -59,14 +59,6 @@ public:
SetNV("nick", m_sFormat);
if (m_pUser->GetKeepNick()) {
sMessage = "KeepNick disabled";
PutModule("You have KeepNick enabled. "
"This won't work together with awaynick.");
PutModule("Disabling KeepNick for you...");
m_pUser->SetKeepNick(false);
}
return true;
}
@@ -103,11 +95,6 @@ public:
}
virtual void OnUserAttached() {
if (m_pUser->GetKeepNick()) {
PutModule("WARNING: You have KeepNick enabled. "
"This won't work with awaynick.");
}
StartBackNickTimer();
}