]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_qline.cpp
Some quick credits updates.. nothing huge, just people that have been helpful during...
[user/henk/code/inspircd.git] / src / commands / cmd_qline.cpp
index 2922c09cfce250cc6ca066c7c2644975ec056f94..e4da8c5fface3bab58a4a49959e491e5f79ca0cd 100644 (file)
@@ -59,7 +59,7 @@ CmdResult CommandQline::Handle (const char** parameters, int pcnt, User *user)
        }
        else
        {
-               if (ServerInstance->XLines->DelLine(parameters[0],'Q',user))
+               if (ServerInstance->XLines->DelLine(parameters[0],"Q",user))
                {
                        ServerInstance->SNO->WriteToSnoMask('x',"%s Removed Q-line on %s.",user->nick,parameters[0]);
                }