Parent Directory
|
Revision Log
|
Patch
revision 9917 by michael, Sun Jan 17 06:18:18 2021 UTC | revision 9918 by michael, Sat Jan 30 21:20:22 2021 UTC | |
---|---|---|
# | Line 264 attach_iline(struct Client *client, stru | Line 264 attach_iline(struct Client *client, stru |
264 | a_limit_reached = true; | a_limit_reached = true; |
265 | ||
266 | if (a_limit_reached == true) | if (a_limit_reached == true) |
{ | ||
267 | if (!IsConfExemptLimits(conf)) | if (!IsConfExemptLimits(conf)) |
268 | return TOO_MANY; /* Already at maximum allowed */ | return TOO_MANY; /* Already at maximum allowed */ |
269 | ||
sendto_one_notice(client, &me, ":*** Your connection class is full, " | ||
"but you have exceed_limit = yes;"); | ||
} | ||
270 | return conf_attach(client, conf); | return conf_attach(client, conf); |
271 | } | } |
272 |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |