Project

General

Profile

Ctcp » History » Version 4

Per Amundsen, 02/16/2023 02:11 AM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/ctcp <nick/#channel> <ctcp>*
4
5
Requests <ctcp> from <nick/#channel>.
6
7 3 Per Amundsen
See also [[on CTCP]], [[on CTCPREPLY]], [[/ctcpreply]].
8
9 1 Per Amundsen
*Parameters*
10
11 4 Per Amundsen
table(ktable).
12
|*Parameter*|*Description*|
13
| <nick/#channel> | The nick or #channel to request ctcp from. |
14
| <ctcp> | The ctcp to request. |
15 1 Per Amundsen
16
*Example*
17
18
<pre>
19
;Version everyone in #adiirc
20
/ctcp #AdiIRC VERSION
21
</pre>