blob: 8f8753ce57e5306e9d1540c585b26b192c8d5c0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
********* WARNING! *********
This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
docgen.pl builds XML doc files to include in many languages
-->
<row>
<entry>info</entry>
<entry>irc_buffer</entry>
<entry>get buffer pointer for an IRC server/channel</entry>
</row>
<row>
<entry>info</entry>
<entry>irc_is_channel</entry>
<entry>1 if string is an IRC channel</entry>
</row>
<row>
<entry>info</entry>
<entry>irc_nick</entry>
<entry>get current nick on a server</entry>
</row>
<row>
<entry>info</entry>
<entry>irc_nick_from_host</entry>
<entry>get nick from IRC host</entry>
</row>
<row>
<entry>infolist</entry>
<entry>irc_channel</entry>
<entry>list of channels for an IRC server</entry>
</row>
<row>
<entry>infolist</entry>
<entry>irc_ignore</entry>
<entry>list of IRC ignore</entry>
</row>
<row>
<entry>infolist</entry>
<entry>irc_nick</entry>
<entry>list of nicks for an IRC channel</entry>
</row>
<row>
<entry>infolist</entry>
<entry>irc_server</entry>
<entry>list of IRC servers</entry>
</row>
|