]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Add missing "Done." reply.
authorGunnar Beutner <redacted>
Sat, 13 Jul 2013 15:45:39 +0000 (17:45 +0200)
committerGunnar Beutner <redacted>
Sat, 13 Jul 2013 15:45:39 +0000 (17:45 +0200)
--HG--
branch : shroudtrusts

glines/glines_commands.c

index 8e3384ed761543909fa75348006ea64a46d33fb0..c3f32560e2dd3ccdc105d7f472fedcc59c8c8d0b 100644 (file)
@@ -755,6 +755,8 @@ static int glines_cmdcleanupglines(void *source, int cargc, char **cargv) {
   controlwall(NO_OPER, NL_GLINES, "%s CLEANUPGLINES'd %d G-Lines.",
     controlid(sender), count);
   
+  controlreply(sender, "Done.");
+  
   return CMD_OK;
 }