mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 11:19:22 +01:00
znc/ctcp.txt: update from WeeChat documentation
* http://www.weechat.org/files/doc/devel/weechat_user.en.html#irc_ctcp_replies * I am not fully sure on what CLIENTINFO is supposed to be, but WeeChat documentation hints to list of supported CTCP queries and I am using it like that. * The new ones are: CLIENTINFO FINGER USERINFO
This commit is contained in:
parent
c379f59afc
commit
c3bdca3dc1
@ -1,4 +1,6 @@
|
|||||||
AVATAR http://gravatar.com/avatar/2bd4ed22d7f59d1a83f5a4253d74f814.jpg
|
AVATAR http://gravatar.com/avatar/2bd4ed22d7f59d1a83f5a4253d74f814.jpg
|
||||||
|
CLIENTINFO AVATAR CLIENTINFO FINGER IDENT NICK REALNAME SOURCE TIME UPTIME USER USERINFO VERSION
|
||||||
|
FINGER ZNC %VERSION%
|
||||||
IDENT %ident%
|
IDENT %ident%
|
||||||
NICK %nick%
|
NICK %nick%
|
||||||
REALNAME %realname%
|
REALNAME %realname%
|
||||||
@ -6,4 +8,5 @@ SOURCE https://github.com/znc/znc/
|
|||||||
TIME %time%
|
TIME %time%
|
||||||
UPTIME %uptime%
|
UPTIME %uptime%
|
||||||
USER %user%
|
USER %user%
|
||||||
|
USERINFO %USER% (%REALNAME%)
|
||||||
VERSION ZNC - %version%
|
VERSION ZNC - %version%
|
||||||
|
Loading…
Reference in New Issue
Block a user