]> jfr.im git - irc/UndernetIRC/gnuworld.git/commitdiff
mod.ccontrol: Including URL in iauth message for excessive connections
authorHidden <redacted>
Sat, 19 Mar 2022 18:34:17 +0000 (14:34 -0400)
committerHidden <redacted>
Sat, 19 Mar 2022 18:34:17 +0000 (14:34 -0400)
mod.ccontrol/ccontrol.cc

index b9d95feaffe6fa47cf3597962f06f8378515a6ea..89478c26e7b63d37b851102ebd1901c92110c1dc 100644 (file)
@@ -8569,7 +8569,7 @@ if (ipLRetVal) {
        response = " :OK";
 }
 else {
-       response = " :NO Connection limit exceeded";
+       response = " :NO Connection limit exceeded" + url_excessive_conn;
 
        for (ipLretStructListType::const_iterator Itr = retList.begin(); Itr != retList.end(); Itr++) {
                std::stringstream ss;