]> jfr.im git - irc/UndernetIRC/gnuworld.git/commitdiff
mod.ccontrol: LIMITS delnetblock response fix
authorHidden <redacted>
Tue, 2 Jul 2019 04:26:19 +0000 (00:26 -0400)
committerHidden <redacted>
Tue, 2 Jul 2019 04:26:19 +0000 (00:26 -0400)
mod.ccontrol/LIMITSCommand.cc

index 7f0b0d42b17a2e90791ecbe977aec421e170d61f..36ce9647b3a86211061733e1a8e2269fff053620 100644 (file)
@@ -506,7 +506,7 @@ else if(!strcasecmp(st[1].c_str(),"delnetblock"))
                {
                if(bot->delIpLnb(theClient,st[2],st[3], false))
                        {
-                       bot->Notice(theClient,"Successfully deleted netblock '%s'",st[2].c_str());
+                       bot->Notice(theClient,"Successfully deleted netblock '%s'",st[3].c_str());
                        }
                }