]> jfr.im git - irc/UndernetIRC/gnuworld.git/commitdiff
mod.ccontrol> bug fix in "LIMITS clearall" command
authorHidden <redacted>
Tue, 27 Dec 2022 18:47:50 +0000 (13:47 -0500)
committerHidden <redacted>
Tue, 27 Dec 2022 20:02:21 +0000 (15:02 -0500)
mod.ccontrol/LIMITSCommand.cc

index a18c92110946d814a59fcebedc6033461ee9f831..ef2ef16a1f0160a39706cde2eb0debca14fb0e3c 100644 (file)
@@ -504,7 +504,7 @@ else if(!strcasecmp(st[1].c_str(),"clearall"))
                return true;
        }
 
-       if(bot->clearShells(theClient))
+       if(bot->clearIsps(theClient))
                {
                bot->Notice(theClient,"Successfully deleted all isps");
                }