ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/numeric.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/numeric.c (file contents):
Revision 9749 by michael, Sun Nov 29 16:51:27 2020 UTC vs.
Revision 9772 by michael, Thu Dec 3 15:06:42 2020 UTC

# Line 109 | Line 109 | static const char *const replies[] =
109    /* 331 */  [RPL_NOTOPIC] = "%s :No topic is set.",
110    /* 332 */  [RPL_TOPIC] = "%s :%s",
111    /* 333 */  [RPL_TOPICWHOTIME] = "%s %s %ju",
112  /* 335 */  [RPL_WHOISTEXT] = "%s :%s",
112    /* 336 */  [RPL_INVITELIST] = ":%s",
113    /* 337 */  [RPL_ENDOFINVITELIST] = ":End of /INVITE list.",
114    /* 338 */  [RPL_WHOISACTUALLY] = "%s %s@%s %s :Actual user@host, actual IP",
115 +  /* 339 */  [RPL_WHOISTEXT] = "%s :%s",
116    /* 341 */  [RPL_INVITING] = "%s %s",
117    /* 346 */  [RPL_INVEXLIST] = "%s %s %s %ju",
118    /* 347 */  [RPL_ENDOFINVEXLIST] = "%s :End of Channel Invite List",

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)