-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
141 lines (139 loc) · 4.25 KB
/
Copy pathNAMESPACE
File metadata and controls
141 lines (139 loc) · 4.25 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# tinyrox says don't edit this manually, but it can't stop you!
export(chat_addressed)
export(chat_attachment)
export(chat_capabilities)
export(chat_channel_create)
export(chat_channel_info)
export(chat_channels)
export(chat_config)
export(chat_config_save)
export(chat_disconnect)
export(chat_download)
export(chat_edit)
export(chat_get_state)
export(chat_history)
export(chat_identity)
export(chat_invite)
export(chat_irc)
export(chat_join)
export(chat_leave)
export(chat_loopback)
export(chat_mark_read)
export(chat_matrix)
export(chat_matrix_config)
export(chat_matrix_config_path)
export(chat_matrix_configure)
export(chat_members)
export(chat_message)
export(chat_pending)
export(chat_poll)
export(chat_react)
export(chat_reaction)
export(chat_relogin)
export(chat_resolve)
export(chat_send)
export(chat_set_identity)
export(chat_set_state)
export(chat_slack)
export(chat_telegram)
export(chat_typing)
export(chat_whoami)
S3method(chat_addressed,chat_irc)
S3method(chat_addressed,chat_matrix)
S3method(chat_addressed,chat_slack)
S3method(chat_addressed,chat_telegram)
S3method(chat_addressed,default)
S3method(chat_capabilities,chat_irc)
S3method(chat_capabilities,chat_loopback)
S3method(chat_capabilities,chat_matrix)
S3method(chat_capabilities,chat_slack)
S3method(chat_capabilities,chat_telegram)
S3method(chat_channel_create,chat_loopback)
S3method(chat_channel_create,chat_matrix)
S3method(chat_channel_create,chat_slack)
S3method(chat_channel_create,default)
S3method(chat_channel_info,chat_matrix)
S3method(chat_channel_info,chat_slack)
S3method(chat_channel_info,chat_telegram)
S3method(chat_channel_info,default)
S3method(chat_channels,chat_loopback)
S3method(chat_channels,chat_matrix)
S3method(chat_channels,chat_slack)
S3method(chat_channels,default)
S3method(chat_disconnect,chat_irc)
S3method(chat_disconnect,default)
S3method(chat_download,chat_loopback)
S3method(chat_download,chat_matrix)
S3method(chat_download,chat_telegram)
S3method(chat_download,default)
S3method(chat_edit,chat_loopback)
S3method(chat_edit,chat_matrix)
S3method(chat_edit,chat_slack)
S3method(chat_edit,chat_telegram)
S3method(chat_edit,default)
S3method(chat_get_state,chat_loopback)
S3method(chat_get_state,chat_matrix)
S3method(chat_get_state,default)
S3method(chat_history,chat_loopback)
S3method(chat_history,chat_matrix)
S3method(chat_history,chat_slack)
S3method(chat_history,default)
S3method(chat_join,chat_matrix)
S3method(chat_join,chat_slack)
S3method(chat_join,default)
S3method(chat_leave,chat_matrix)
S3method(chat_leave,chat_slack)
S3method(chat_leave,chat_telegram)
S3method(chat_leave,default)
S3method(chat_mark_read,chat_matrix)
S3method(chat_mark_read,chat_slack)
S3method(chat_mark_read,default)
S3method(chat_members,chat_matrix)
S3method(chat_members,chat_slack)
S3method(chat_members,default)
S3method(chat_pending,chat_matrix)
S3method(chat_pending,default)
S3method(chat_poll,chat_irc)
S3method(chat_poll,chat_loopback)
S3method(chat_poll,chat_matrix)
S3method(chat_poll,chat_slack)
S3method(chat_poll,chat_telegram)
S3method(chat_react,chat_matrix)
S3method(chat_react,chat_slack)
S3method(chat_react,chat_telegram)
S3method(chat_react,default)
S3method(chat_relogin,chat_matrix)
S3method(chat_relogin,default)
S3method(chat_resolve,chat_irc)
S3method(chat_resolve,chat_loopback)
S3method(chat_resolve,chat_matrix)
S3method(chat_resolve,chat_slack)
S3method(chat_resolve,chat_telegram)
S3method(chat_send,chat_irc)
S3method(chat_send,chat_loopback)
S3method(chat_send,chat_matrix)
S3method(chat_send,chat_slack)
S3method(chat_send,chat_telegram)
S3method(chat_set_identity,chat_irc)
S3method(chat_set_identity,chat_matrix)
S3method(chat_set_identity,chat_slack)
S3method(chat_set_identity,chat_telegram)
S3method(chat_set_identity,default)
S3method(chat_set_state,chat_loopback)
S3method(chat_set_state,chat_matrix)
S3method(chat_set_state,default)
S3method(chat_typing,chat_matrix)
S3method(chat_typing,chat_telegram)
S3method(chat_typing,default)
S3method(chat_whoami,chat_irc)
S3method(chat_whoami,chat_loopback)
S3method(chat_whoami,chat_matrix)
S3method(chat_whoami,chat_slack)
S3method(chat_whoami,chat_telegram)
S3method(chat_whoami,default)
S3method(print,chat_attachment)
S3method(print,chat_config)
S3method(print,chat_identity)
S3method(print,chat_invite)
S3method(print,chat_message)
S3method(print,chat_reaction)