mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-25 21:06:37 +02:00
3548b7e2af
No longer url_start_async(a,b,c,d,e,f,g,...) but usings structs so simply url_start_async(tehstruct); makes it easy to add fields later without forcing all modules to change the prototype. Work in progress....