File: ctcp.help

package info (click to toggle)
eggdrop 1.3.19-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,248 kB
  • ctags: 3,501
  • sloc: ansic: 38,705; tcl: 1,411; makefile: 524; sh: 487
file content (23 lines) | stat: -rwxr-xr-x 965 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%{help=ctcp module}%{+n}
###  help on the %bctcp module%b
   This module provides all the normal ctcp replies for the bot,
   including handling of dcc chat. The following settings allow
   you to configure it:
      %bctcp-finger%b  %bctcp-userinfo%b  %bctcp-version%b
   (use %b'.help set <variable>'%b for more info)
%{help=set ctcp-finger}%{+n}
###  %bset ctcp-finger%b <text>
   specifies the response to send to a CTCP FINGER request.  one
   example is:
      Robey (robey@wc130), idle 0 seconds
see also: set ctcp-version, set ctcp-userinfo
%{help=set ctcp-userinfo}%{+n}
###  %bset ctcp-userinfo%b <text>
   specifies the response to send to a CTCP USERINFO request.
see also: set ctcp-version, set ctcp-finger
%{help=set ctcp-version}%{+n}
###  %bset ctcp-version%b <text>
   specifies the response to send to a CTCP VERSION request.  one
   example is:
      ircII 2.8 Linux 1.2.4 :ircii 2.6: almost there...
see also: set ctcp-finger, set ctcp-userinfo