diff options
| author | 2022-03-19 19:13:10 +0100 | |
|---|---|---|
| committer | 2022-03-19 18:13:10 +0000 | |
| commit | 740e193f599ffcaa0e95926dd805e9a201d9ba78 (patch) | |
| tree | a6e381e6519ddfc88c339970f62b2c54da1c1172 /docs | |
| parent | Update the Windows dependencies. (diff) | |
Add support for the <count> param of WHOWAS (#1968)
Not very useful IMO, but every server but InspIRCd seems to implement it,
and it's part of the RFCs:
* https://datatracker.ietf.org/doc/html/rfc1459#section-4.5.3
* https://datatracker.ietf.org/doc/html/rfc2812#section-3.6.3
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/helpop.conf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index e05da8cff..a61a02753 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -419,9 +419,11 @@ server. You should not use it during an established connection. "> -<helpop key="whowas" title="/WHOWAS <nick>" value=" +<helpop key="whowas" title="/WHOWAS <nick> [<count>]" value=" Returns a list of times the user was seen recently on IRC along with the time they were last seen and their server. + +If <count> is given, only return the <count> most recent entries. "> <helpop key="links" title="/LINKS" value=" |
