diff options
author | Peter Powell <petpow@saberuk.com> | 2019-02-09 10:35:03 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-02-09 12:50:06 +0000 |
commit | c8cc16040d6d36a5e50f260047024b86052ed575 (patch) | |
tree | f25559fbf414067840911a02d635e29038dd4469 /docs | |
parent | 1f4651e24dc9c233c3fda74dfe6186fab3d03740 (diff) |
Implement support for SQUERY from RFC 2812.
This is treated internally as a PRIVMSG with a few exceptions:
1. The command MUST have exactly one target.
2. The target MUST be a user.
3. The target MUST be on a u-lined server (e.g. NickServ).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index dec0e23d1..060fefca9 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -38,10 +38,14 @@ WHOIS WHOWAS ISON USERHOST WATCH LIST NAMES WHO MOTD ADMIN MAP LINKS LUSERS TIME STATS VERSION INFO MODULES COMMANDS -SSLINFO +SSLINFO SQUERY USER PASS PING PONG QUIT"> +<helpop key="squery" value="/SQUERY <target> <text> + +Sends a message to the network service specified in <target>."> + <helpop key="sslinfo" value="/SSLINFO <nick> Displays information on the SSL connection and certificate of the |