mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-26 17:56:37 +02:00
6ceb9cb6f7
IsHidden(sptr) ? sptr->user->virthost : sptr->user->realhost stuff to a simple GetHost(sptr) macro (defined in struct.h). Smaller and less error phrone :). Also fixed the if IsHidden -> if (IsHidden found by codemastr .