mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
znc/ctcp.txt: fix CTCP reply adding
Since
f8f097a5db
it's not possible to just paste version replies to ZNC. ref znc/znc#145
This commit is contained in:
parent
4f5f12cc7d
commit
a657bcf04a
@ -1,7 +1,7 @@
|
||||
CLIENTINFO CLIENTINFO FINGER SOURCE TIME USERINFO VERSION
|
||||
FINGER ZNC %VERSION%
|
||||
PING PONG
|
||||
SOURCE https://github.com/znc/znc/
|
||||
TIME %time%
|
||||
USERINFO `/whois %nick% %nick%`?
|
||||
VERSION Purple IRC
|
||||
/znc *controlpanel addctcp $me CLIENTINFO CLIENTINFO FINGER SOURCE TIME USERINFO VERSION
|
||||
/znc *controlpanel addctcp $me FINGER ZNC %VERSION%
|
||||
/znc *controlpanel addctcp $me PING PONG
|
||||
/znc *controlpanel addctcp $me SOURCE https://github.com/znc/znc/
|
||||
/znc *controlpanel addctcp $me TIME %time%
|
||||
/znc *controlpanel addctcp $me USERINFO `/whois %nick% %nick%`?
|
||||
/znc *controlpanel addctcp $me VERSION Purple IRC
|
||||
|
Loading…
Reference in New Issue
Block a user