# | Line 41 | Line 41 | struct Whowas | |
---|---|---|
41 | char name[NICKLEN + 1]; | |
42 | char username[USERLEN + 1]; | |
43 | char hostname[HOSTLEN + 1]; | |
44 | + | char sockhost[HOSTIPLEN + 1]; /**< This is the host name from the socket ip address as string */ |
45 | char realname[REALLEN + 1]; | |
46 | char servername[HOSTLEN + 1]; | |
47 | struct Client *online; /* Pointer to new nickname for chasing or NULL */ |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |