mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 00:03:14 +02:00
3a64077f51
This so I - and others - don't constantly have to wonder whether the client is called sptr, cptr or acptr in a simple routine. Insane --> 212 files changed, 6814 insertions(+), 6945 deletions(-) Couldn't just mass-replace of course since there are places where there are multiple clients involved. So had to check each function. Also renamed some 'acptr' to 'target' and such. I will write a page with new style rules later.. but in short if there is only 1 client involved it will now be called 'client'.