Force to uuid on applying a qline, rather than disconnecting

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8472 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2007-11-02 21:27:01 +00:00
parent a0defce6dc
commit 85a79e990d

View File

@ -483,8 +483,8 @@ bool QLine::Matches(User *u)
void QLine::Apply(User* u)
{
/* Can we force the user to their uid here instead? */
DefaultApply(u, "Q");
/* Force to uuid on apply of qline, no need to disconnect any more :) */
u->ForceNickChange(u->uuid);
}