| # | Line 61 | Line 61 | enum addr_mask_type | |
|---|---|---|
| 61 | /*! \brief Server structure */ | |
| 62 | struct Server | |
| 63 | { | |
| 64 | – | struct ConfItem *sconf; /**< ConfItem connect{} pointer for this server */ |
| 64 | dlink_list server_list; /**< Servers on this server */ | |
| 65 | dlink_list client_list; /**< Clients on this server */ | |
| 66 | char by[NICKLEN]; /**< who activated this connection */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |