mirror of
https://github.com/znc/znc.git
synced 2026-08-11 03:12:50 +02:00
Remove KeepNick
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1151 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user