]> jfr.im git - irc/gunnarbeutner/shroudbnc.git/commitdiff
Removed reference to obsolete symbol: CFloodControl::GetBytes
authorGunnar Beutner <redacted>
Mon, 15 Aug 2011 16:11:20 +0000 (18:11 +0200)
committerGunnar Beutner <redacted>
Mon, 15 Aug 2011 16:11:20 +0000 (18:11 +0200)
bnctcl/tickleProcs.cpp

index 7082c2b47bbbd259e97fa8eadf2a3ab854f82538..1e8b749d74db13897104cbc321185b7f138a138a 100644 (file)
@@ -1279,7 +1279,7 @@ int floodcontrol(const char* Function) {
        int Result;
 
        if (strcasecmp(Function, "bytes") == 0)
-               Result = FloodControl->GetBytes();
+               Result = 0; /* not supported anymore */
        else if (strcasecmp(Function, "items") == 0)
                Result = FloodControl->GetQueueSize();
        else if (strcasecmp(Function, "on") == 0) {