]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/xline.cpp
Comments
[user/henk/code/inspircd.git] / src / xline.cpp
index c292cc1702f8768f91ed2b5fe3ff46f8c7f28459..56bd029d7a754b8fefb9f9b3dd8ef1daa35c4d00 100644 (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);
 }