forked from g2x3k/php-irc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedefs.conf
More file actions
executable file
·75 lines (60 loc) · 1.57 KB
/
Copy pathtypedefs.conf
File metadata and controls
executable file
·75 lines (60 loc) · 1.57 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
type file ~ ;----Used to import files
name ~ ;----the module name
filename
type section ~ ;----Used to section functions in dcc chat (used with 'help')
name ~ ;-id name to specify with dcc function
longname ~ ;-section name displayed when 'help' is pressed
type ctcp ~ ;----handle all ctcp commands
name ~ ;----the command typed (or trigger, like !list)
module ~
function
type priv ~ ;----Used to process input of users in channels
name ~
active ~
inform ~
canDeactivate ~
usage ~
module ~
function
type dcc ~ ;----Used to process input of users in dcc interface
name ~
numArgs ~
usage ~
help ~
admin ~
module ~
function ~
section ;--added 2.2.0
type privmsg ~ ;----Used to process privmsg irc command
module ~
function
type notice ~ ;----Used to process notice irc command
module ~
function
type mode ~ ;----Used to process mode irc command
module ~
function
type join ~ ;----Used to process join irc command
module ~
function
type kick ~ ;----Used to process kick irc command
module ~
function
type part ~ ;----Used to process part irc command
module ~
function
type quit ~ ;----Used to process quit irc command
module ~
function
type connect ~ ;----Perform on connect
module ~ ;----Note this is really 004 from irc
function
type disconnect ~ ;----Perform on disconnect $line['text'] holds reason
module ~ ;----Note, this is really ERROR from irc
function
type raw ~
module ~
function
type action ~
module ~
function