fixed bot_HeonHelp.c compilation error
[NeonServV5.git] / database.defaults.sql
1 --
2 -- Daten für Tabelle `bot_binds`
3 --
4 --
5 -- Daten für Tabelle `bot_binds`
6 --
7
8 INSERT INTO `bot_binds` (NULL, `botclass`, `botid`, `command`, `function`, `parameters`, `chan_access`, `global_access`, `flags`) VALUES
9 (NULL, 1, 0, 'bind', 'bind', '', NULL, NULL, 0),
10 (NULL, 1, 0, 'unbind', 'unbind', '', NULL, NULL, 0),
11 (NULL, 1, 0, 'adduser', 'adduser', '', NULL, NULL, 0),
12 (NULL, 1, 0, 'addowner', 'adduser', '%1 500', NULL, NULL, 0),
13 (NULL, 1, 0, 'addcoowner', 'adduser', '%1 400', NULL, NULL, 0),
14 (NULL, 1, 0, 'addco', 'adduser', '%1 400', NULL, NULL, 0),
15 (NULL, 1, 0, 'addmaster', 'adduser', '%1 300', NULL, NULL, 0),
16 (NULL, 1, 0, 'addop', 'adduser', '%1 200', NULL, NULL, 0),
17 (NULL, 1, 0, 'addpeon', 'adduser', '%1 100', NULL, NULL, 0),
18 (NULL, 1, 0, 'addvoice', 'adduser', '%1 100', NULL, NULL, 0),
19 (NULL, 1, 0, 'deluser', 'deluser', '', NULL, NULL, 0),
20 (NULL, 1, 0, 'clvl', 'clvl', '', NULL, NULL, 0),
21 (NULL, 1, 0, 'access', 'access', '', NULL, NULL, 0),
22 (NULL, 1, 0, 'a', 'access', '', NULL, NULL, 0),
23 (NULL, 1, 0, 'users', 'users', '', NULL, NULL, 0),
24 (NULL, 1, 0, 'vlist', 'users', '%1|* 100 199', NULL, NULL, 0),
25 (NULL, 1, 0, 'olist', 'users', '%1|* 200 299', NULL, NULL, 0),
26 (NULL, 1, 0, 'plist', 'users', '%1|* 100 199', NULL, NULL, 0),
27 (NULL, 1, 0, 'mlist', 'users', '%1|* 300 399', NULL, NULL, 0),
28 (NULL, 1, 0, 'clist', 'users', '%1|* 400 499', NULL, NULL, 0),
29 (NULL, 1, 0, 'suspend', 'suspend', '', NULL, NULL, 0),
30 (NULL, 1, 0, 'unsuspend', 'unsuspend', '', NULL, NULL, 0),
31 (NULL, 1, 0, 'delme', 'delme', '', NULL, NULL, 0),
32 (NULL, 1, 0, 'deleteme', 'delme', '', NULL, NULL, 0),
33 (NULL, 1, 0, 'myaccess', 'myaccess', '', NULL, NULL, 0),
34 (NULL, 1, 0, 'mya', 'myaccess', '', NULL, NULL, 0),
35 (NULL, 1, 0, 'ma', 'myaccess', '', NULL, NULL, 0),
36 (NULL, 1, 0, 'up', 'up', '', NULL, NULL, 0),
37 (NULL, 1, 0, 'down', 'down', '', NULL, NULL, 0),
38 (NULL, 1, 0, 'upall', 'upall', '', NULL, NULL, 0),
39 (NULL, 1, 0, 'uall', 'upall', '', NULL, NULL, 0),
40 (NULL, 1, 0, 'downall', 'downall', '', NULL, NULL, 0),
41 (NULL, 1, 0, 'dall', 'downall', '', NULL, NULL, 0),
42 (NULL, 1, 0, 'mdeluser', 'mdeluser', '', NULL, NULL, 0),
43 (NULL, 1, 0, 'mdelop', 'mdeluser', '200 %1', NULL, NULL, 0),
44 (NULL, 1, 0, 'mdelvoice', 'mdeluser', '100 %1', NULL, NULL, 0),
45 (NULL, 1, 0, 'mdelpeon', 'mdeluser', '100 %1', NULL, NULL, 0),
46 (NULL, 1, 0, 'mdelmaster', 'mdeluser', '300 %1', NULL, NULL, 0),
47 (NULL, 1, 0, 'mdelcoowner', 'mdeluser', '400 %1', NULL, NULL, 0),
48 (NULL, 1, 0, 'mdelco', 'mdeluser', '400 %1', NULL, NULL, 0),
49 (NULL, 1, 0, 'trim', 'trim', '', NULL, NULL, 0),
50 (NULL, 1, 0, 'giveowner', 'giveowner', '', NULL, NULL, 0),
51 (NULL, 1, 0, 'giveownership', 'giveowner', '', NULL, NULL, 0),
52 (NULL, 1, 0, 'op', 'op', '', NULL, NULL, 0),
53 (NULL, 1, 0, 'deop', 'deop', '', NULL, NULL, 0),
54 (NULL, 1, 0, 'voice', 'voice', '', NULL, NULL, 0),
55 (NULL, 1, 0, 'devoice', 'devoice', '', NULL, NULL, 0),
56 (NULL, 1, 0, 'v', 'voice', '', NULL, NULL, 0),
57 (NULL, 1, 0, 'opall', 'opall', '', NULL, NULL, 0),
58 (NULL, 1, 0, 'deopall', 'deopall', '', NULL, NULL, 0),
59 (NULL, 1, 0, 'voiceall', 'voiceall', '', NULL, NULL, 0),
60 (NULL, 1, 0, 'vall', 'voiceall', '', NULL, NULL, 0),
61 (NULL, 1, 0, 'devoiceall', 'devoiceall', '', NULL, NULL, 0),
62 (NULL, 1, 0, 'set', 'set', '', NULL, NULL, 0),
63 (NULL, 1, 0, 'kick', 'kick', '', NULL, NULL, 0),
64 (NULL, 1, 0, 'k', 'kick', '', NULL, NULL, 0),
65 (NULL, 1, 0, 'kickban', 'kickban', '', NULL, NULL, 0),
66 (NULL, 1, 0, 'kb', 'kickban', '', NULL, NULL, 0),
67 (NULL, 1, 0, 'ban', 'ban', '', NULL, NULL, 0),
68 (NULL, 1, 0, 'b', 'ban', '', NULL, NULL, 0),
69 (NULL, 1, 0, 'wipeinfo', 'wipeinfo', '', NULL, NULL, 0),
70 (NULL, 1, 0, 'deluinfo', 'wipeinfo', '', NULL, NULL, 0),
71 (NULL, 1, 0, 'addban', 'addban', '', NULL, NULL, 0),
72 (NULL, 1, 0, 'ab', 'addban', '', NULL, NULL, 0),
73 (NULL, 1, 0, 'bans', 'bans', '', NULL, NULL, 0),
74 (NULL, 1, 0, 'shitlist', 'bans', '', NULL, NULL, 0),
75 (NULL, 1, 0, 'showbans', 'bans', '', NULL, NULL, 0),
76 (NULL, 1, 0, 'showban', 'bans', '', NULL, NULL, 0),
77 (NULL, 1, 0, 'delban', 'delban', '', NULL, NULL, 0),
78 (NULL, 1, 0, 'netinfo', 'netinfo', '', NULL, NULL, 0),
79 (NULL, 1, 0, 'topic', 'topic', '', NULL, NULL, 0),
80 (NULL, 1, 0, 'chanservsync', 'chanservsync', '', NULL, NULL, 0),
81 (NULL, 1, 0, 'resync', 'resync', '', NULL, NULL, 0),
82 (NULL, 1, 0, 'addtimeban', 'addtimeban', '', NULL, NULL, 0),
83 (NULL, 1, 0, 'addtimedban', 'addtimeban', '', NULL, NULL, 0),
84 (NULL, 1, 0, 'timeban', 'addtimeban', '', NULL, NULL, 0),
85 (NULL, 1, 0, 'timedban', 'addtimeban', '', NULL, NULL, 0),
86 (NULL, 1, 0, 'tb', 'addtimeban', '', NULL, NULL, 0),
87 (NULL, 1, 0, 'atb', 'addtimeban', '', NULL, NULL, 0),
88 (NULL, 1, 0, 'mode', 'mode', '', NULL, NULL, 0),
89 (NULL, 1, 0, 'version', 'version', '', NULL, NULL, 0),
90 (NULL, 1, 0, 'peek', 'peek', '', NULL, NULL, 0),
91 (NULL, 1, 0, 'uset', 'uset', '', NULL, NULL, 0),
92 (NULL, 1, 0, 'aset', 'uset', '', NULL, NULL, 0),
93 (NULL, 1, 0, 'unban', 'unban', '', NULL, NULL, 0),
94 (NULL, 1, 0, 'ub', 'unban', '', NULL, NULL, 0),
95 (NULL, 1, 0, 'unbanall', 'unbanall', '', NULL, NULL, 0),
96 (NULL, 1, 0, 'uba', 'unbanall', '', NULL, NULL, 0),
97 (NULL, 1, 0, 'unbanme', 'unbanme', '', NULL, NULL, 0),
98 (NULL, 1, 0, 'ubme', 'unbanme', '', NULL, NULL, 0),
99 (NULL, 1, 0, 'invite', 'invite', '', NULL, NULL, 0),
100 (NULL, 1, 0, 'inviteme', 'inviteme', '', NULL, NULL, 65536),
101 (NULL, 1, 0, 'help', 'help', '', NULL, NULL, 0),
102 (NULL, 1, 0, 'cmds', 'commands', '', NULL, NULL, 0),
103 (NULL, 1, 0, 'trace', 'trace', '', NULL, NULL, 0),
104 (NULL, 1, 0, 'register', 'register', '', NULL, NULL, 0),
105 (NULL, 1, 0, 'reg', 'register', '', NULL, NULL, 0),
106 (NULL, 1, 0, 'unregister', 'unregister', '', NULL, NULL, 0),
107 (NULL, 1, 0, 'unreg', 'unregister', '', NULL, NULL, 0),
108 (NULL, 1, 0, 'recover', 'recover', '', NULL, NULL, 0),
109 (NULL, 1, 0, 'say', 'say', '', NULL, NULL, 0),
110 (NULL, 1, 0, 'emote', 'emote', '', NULL, NULL, 0),
111 (NULL, 1, 0, 'notice', 'notice', '', NULL, NULL, 0),
112 (NULL, 1, 0, 'raw', 'raw', '', NULL, NULL, 0),
113 (NULL, 1, 0, 'god', 'god', '', NULL, NULL, 0),
114 (NULL, 1, 0, 'godmode', 'god', '', NULL, NULL, 0),
115 (NULL, 1, 0, 'reloadlang', 'reloadlang', '', NULL, NULL, 0),
116 (NULL, 1, 0, 'csuspend', 'csuspend', '', NULL, NULL, 0),
117 (NULL, 1, 0, 'cunsuspend', 'cunsuspend', '', NULL, NULL, 0),
118 (NULL, 1, 0, 'move', 'move', '', NULL, NULL, 0),
119 (NULL, 1, 0, 'events', 'events', '', NULL, NULL, 0),
120 (NULL, 1, 0, 'oplog', 'oplog', '', NULL, NULL, 0),
121 (NULL, 1, 0, 'search', 'search', '', NULL, NULL, 0),
122 (NULL, 1, 0, 'command', 'command', '', NULL, NULL, 0),
123 (NULL, 1, 0, 'va', 'voiceall', '', NULL, NULL, 0),
124 (NULL, 1, 0, 'setaccess', 'setaccess', '', NULL, NULL, 0),
125 (NULL, 1, 0, 'blist', 'bans', '', NULL, NULL, 0),
126 (NULL, 1, 0, 'addrank', 'addrank', '', NULL, NULL, 0),
127 (NULL, 1, 0, 'delrank', 'delrank', '', NULL, NULL, 0),
128 (NULL, 1, 0, 'listrank', 'listrank', '', NULL, NULL, 0),
129 (NULL, 1, 0, 'rank', 'assignrank', '', NULL, NULL, 0),
130 (NULL, 1, 0, 'assignrank', 'assignrank', '', NULL, NULL, 0),
131 (NULL, 1, 0, 'setrank', 'setrank', '', NULL, NULL, 0),
132 (NULL, 1, 0, 'ranks', 'listrank', '', NULL, NULL, 0),
133 (NULL, 1, 0, 'setinfo', 'uset', 'info %1-', NULL, NULL, 0),
134 (NULL, 1, 0, 'info', 'info', '', NULL, NULL, 0),
135 (NULL, 1, 0, 'rename', 'rename', '', NULL, NULL, 0),
136 (NULL, 1, 0, 'unvisited', 'unvisited', '', NULL, NULL, 0),
137 (NULL, 1, 0, 'add', 'adduser', '', NULL, NULL, 0),
138 (NULL, 1, 0, 'sync', 'resync', '', NULL, NULL, 0),
139 (NULL, 1, 0, 'dv', 'devoice', '', NULL, NULL, 0),
140 (NULL, 1, 0, 'ping', 'funcmd.ping', '', NULL, NULL, 0),
141 (NULL, 1, 0, 'pong', 'funcmd.pong', '', NULL, NULL, 0),
142 (NULL, 1, 0, 'dice', 'funcmd.dice', '', NULL, NULL, 0),
143 (NULL, 1, 0, 'd', 'funcmd.dice', '', NULL, NULL, 0),
144 (NULL, 1, 0, '8ball', 'funcmd.8ball', '', NULL, NULL, 0),
145 (NULL, 1, 0, '8', 'funcmd.8ball', '', NULL, NULL, 0),
146 (NULL, 1, 0, 'staff', 'staff', '', NULL, NULL, 0),
147 (NULL, 1, 0, 'noregister', 'noregister', '', NULL, NULL, 0),
148 (NULL, 1, 0, 'commands', 'commands', '', NULL, NULL, 0),
149 (NULL, 1, 0, 'oplogs', 'oplog', '', NULL, NULL, 0),
150 (NULL, 1, 0, 'cmd', 'command', '', NULL, NULL, 0),
151 (NULL, 1, 0, 'team', 'staff', '', NULL, NULL, 0),
152 (NULL, 1, 0, 'syncusers', 'chanservsync', '', NULL, NULL, 0),
153 (NULL, 1, 0, 'cookie', 'FunCMD.cookie', '', NULL, NULL, 0),
154 (NULL, 1, 0, 'banlist', 'bans', '', NULL, NULL, 0),
155 (NULL, 1, 0, 'del', 'deluser', '', NULL, NULL, 0),
156 (NULL, 1, 0, 'nicklist', 'nicklist', '', NULL, NULL, 0),
157 (NULL, 1, 0, 'bots', 'bots', '', NULL, NULL, 0),
158 (NULL, 1, 0, 'bot list', 'bots', '', NULL, NULL, 0),
159 (NULL, 1, 0, 'bot add', 'addbot', '', NULL, NULL, 0),
160 (NULL, 1, 0, 'bot del', 'delbot', '', NULL, NULL, 0),
161 (NULL, 1, 0, 'bot reconnect', 'reconnect', '', NULL, NULL, 0),
162 (NULL, 1, 0, 'bot', 'linker', '', NULL, NULL, 0),
163 (NULL, 1, 0, 'bot set', 'setbot', '', NULL, NULL, 0),
164 (NULL, 1, 0, 'dva', 'devoiceall', '', NULL, NULL, 0),
165 (NULL, 1, 0, 'restart', 'restart', '', NULL, NULL, 0),
166 (NULL, 1, 0, 'showcommands', 'commands', '', NULL, NULL, 0),
167 (NULL, 1, 0, 'moo', 'extscript', 'toys apt-get moo %1+', NULL, NULL, 0),
168 (NULL, 1, 0, 'botinfo', 'netinfo', '', NULL, NULL, 0),
169 (NULL, 1, 0, 'reload', 'reload', '', NULL, NULL, 0),
170 (NULL, 1, 0, 'moo', 'extscript', 'toys apt-get moo %1+', NULL, NULL, 0),
171 (NULL, 1, 0, 'botinfo', 'netinfo', '', NULL, NULL, 0),
172 (NULL, 1, 0, 'meminfo', 'meminfo', '', NULL, NULL, 0),
173 (NULL, 1, 0, 'die', 'die', '', NULL, NULL, 0),
174 (NULL, 1, 0, 'loadmod', 'loadmod', '', NULL, NULL, 0),
175 (NULL, 1, 0, 'unloadmod', 'unloadmod', '', NULL, NULL, 0),
176 (NULL, 1, 0, 'reloadmod', 'reloadmod', '', NULL, NULL, 0),
177 (NULL, 1, 0, 'modules', 'modules', '', NULL, NULL, 0),
178 (NULL, 1, 0, 'changelevel', 'clvl', '', NULL, NULL, 0),
179 (NULL, 1, 0, 'changelvl', 'clvl', '', NULL, NULL, 0),
180 (NULL, 1, 0, '4wins', 'NeonFun.4wins', '', NULL, NULL, 0),
181 (NULL, 1, 0, '4stone', 'NeonFun.4stone', '', NULL, NULL, 0),
182 (NULL, 1, 0, '4view', 'NeonFun.4view', '', NULL, NULL, 0),
183 (NULL, 1, 0, 'uno', 'NeonFun.uno', '', NULL, NULL, 0),
184 (NULL, 1, 0, 'unoplay', 'NeonFun.unoplay', '', NULL, NULL, 0),
185 (NULL, 1, 0, 'unotake', 'NeonFun.unotake', '', NULL, NULL, 0),
186 (NULL, 1, 0, 'netstats', 'netinfo', '', NULL, NULL, 0),
187 (NULL, 1, 0, 'bomb', 'funcmd.bomb', '', NULL, NULL, 0),
188 (NULL, 1, 0, 'inviteme all', 'invitemeall', '', NULL, NULL, 0),
189 (NULL, 1, 0, 'ship', 'funcmd.ship', '', NULL, NULL, 0),
190 (NULL, 1, 0, 'bj', 'NeonFun.blackjack', '', NULL, NULL, 0),
191 (NULL, 1, 0, 'bjtake', 'NeonFun.bjtake', '', NULL, NULL, 0),
192 (NULL, 1, 0, 'bjenough', 'NeonFun.bjenough', '', NULL, NULL, 0),
193
194 (NULL, 2, 0, 'bind', 'bind', '', NULL, NULL, 0),
195 (NULL, 2, 0, 'unbind', 'unbind', '', NULL, NULL, 0),
196 (NULL, 2, 0, 'register', 'register', '', NULL, NULL, 0),
197 (NULL, 2, 0, 'unregister', 'unregister', '', NULL, NULL, 0),
198 (NULL, 2, 0, 'version', 'version', '', NULL, NULL, 0),
199 (NULL, 2, 0, 'netinfo', 'netinfo', '', NULL, NULL, 0),
200 (NULL, 2, 0, 'set', 'set', '', NULL, NULL, 0),
201 (NULL, 2, 0, 'csuspend', 'csuspend', '', NULL, NULL, 0),
202 (NULL, 2, 0, 'cunsuspend', 'cunsuspend', '', NULL, NULL, 0),
203 (NULL, 2, 0, 'say', 'say', '', NULL, NULL, 0),
204 (NULL, 2, 0, 'emote', 'emote', '', NULL, NULL, 0),
205 (NULL, 2, 0, 'notice', 'notice', '', NULL, NULL, 0),
206 (NULL, 2, 0, 'raw', 'raw', '', NULL, NULL, 0),
207 (NULL, 2, 0, 'god', 'god', '', NULL, NULL, 0),
208 (NULL, 2, 0, 'commands', 'commands', '', NULL, NULL, 0),
209 (NULL, 2, 0, 'bans', 'NeonServ.bans', '', NULL, NULL, 0),
210 (NULL, 2, 0, 'banlist', 'NeonServ.bans', '', NULL, NULL, 0),
211 (NULL, 2, 0, 'delban', 'NeonServ.delban', '', NULL, NULL, 0),
212 (NULL, 2, 0, 'addban', 'NeonServ.addban', '', NULL, NULL, 0),
213 (NULL, 2, 0, 'search', 'NeonServ.search', '', NULL, NULL, 0),
214 (NULL, 2, 0, 'unreg', 'unregister', '', NULL, NULL, 0),
215 (NULL, 2, 0, 'reg', 'register', '', NULL, NULL, 0),
216 (NULL, 2, 0, 'move', 'move', '', NULL, NULL, 0),
217 (NULL, 2, 0, 'badwords', 'badwords', '', NULL, NULL, 0),
218 (NULL, 2, 0, 'listbad', 'badwords', '', NULL, NULL, 0),
219 (NULL, 2, 0, 'addbad', 'addbad', '', NULL, NULL, 0),
220 (NULL, 2, 0, 'delbad', 'delbad', '', NULL, NULL, 0),
221
222 (NULL, 3, 0, 'bind', 'bind', '', NULL, NULL, 0),
223 (NULL, 3, 0, 'unbind', 'unbind', '', NULL, NULL, 0),
224 (NULL, 3, 0, 'say', 'say', '', NULL, NULL, 0),
225 (NULL, 3, 0, 'notice', 'notice', '', NULL, NULL, 0),
226 (NULL, 3, 0, 'emote', 'emote', '', NULL, NULL, 0),
227
228 (NULL, 4, 0, 'raw', 'raw', '', NULL, NULL, 0),
229 (NULL, 4, 0, 'next', 'next', '', NULL, NULL, 0),
230 (NULL, 4, 0, 'requests', 'requests', '', NULL, NULL, 0),
231 (NULL, 4, 0, 'delete', 'delete', '', NULL, NULL, 0),
232 (NULL, 4, 0, 'del', 'delete', '', NULL, NULL, 0),
233 (NULL, 4, 0, 'reqs', 'requests', '', NULL, NULL, 0),
234 (NULL, 4, 0, 'commands', 'commands', '', NULL, NULL, 0),
235 (NULL, 4, 0, 'version', 'version', '', NULL, NULL, 0),
236 (NULL, 4, 0, 'netinfo', 'netinfo', '', NULL, NULL, 0),
237 (NULL, 4, 0, 'stats', 'stats', '', NULL, NULL, 0),
238 (NULL, 4, 0, 'history', 'history', '', NULL, NULL, 0),
239 (NULL, 4, 0, 'register', 'register', '', NULL, NULL, 0),
240 (NULL, 4, 0, 'unregister', 'unregister', '', NULL, NULL, 0),
241
242 (NULL, 6, 0, 'backup', 'linker', '', NULL, NULL, 0),
243 (NULL, 6, 0, 'backup bind', 'bind', '', NULL, NULL, 0),
244 (NULL, 6, 0, 'backup unbind', 'unbind', '', NULL, NULL, 0),
245 (NULL, 6, 0, 'backup modcmd', 'modcmd', '', NULL, NULL, 0),
246 (NULL, 6, 0, 'backup register', 'register', '', NULL, NULL, 0),
247 (NULL, 6, 0, 'backup unregister', 'unregister', '', NULL, NULL, 0),
248 (NULL, 6, 0, 'backup commands', 'commands', '', NULL, NULL, 0),
249 (NULL, 6, 0, 'backup command', 'command', '', NULL, NULL, 0),
250 (NULL, 6, 0, 'ping', 'funcmd.ping', '', NULL, NULL, 0),
251 (NULL, 6, 0, 'backup search', 'neonserv.search', '', NULL, NULL, 0),
252 (NULL, 6, 0, 'backup raw', 'raw', '', NULL, NULL, 0),
253
254 (NULL, 7, 0, 'kickserv register', 'register', '', NULL, NULL, 0),
255 (NULL, 7, 0, 'kickserv unregister', 'unregister', '', NULL, NULL, 0),
256 (NULL, 7, 0, 'kickserv raw', 'raw', '', NULL, NULL, 0),
257 (NULL, 7, 0, 'kickserv bind', 'bind', '', NULL, NULL, 0),
258 (NULL, 7, 0, 'kickserv unbind', 'unbind', '', NULL, NULL, 0),
259 (NULL, 7, 0, 'kickserv modcmd', 'modcmd', '', NULL, NULL, 0),
260 (NULL, 7, 0, 'kickserv', 'linker', '', NULL, NULL, 0),
261
262 (NULL, 1, 0, 'dns', 'extscript', 'toys php scripts/examples/dnslookup.php $1 $2 %1+', NULL, NULL, 0), 
263 (NULL, 1, 0, 'calc', 'funcmd.extscript', 'toys php scripts/examples/calc.php $1- %1+', NULL, NULL, 0);
264
265
266 --
267 -- Daten für Tabelle `channels`
268 --
269
270 INSERT INTO `channels` (`channel_id`, `channel_name`, `channel_key`, `channel_maxusers`, `channel_lastvisit`, `channel_lastgiveowner`, `channel_pubcmd`, `channel_nodelete`, `channel_nogaccess`, `channel_canadd`, `channel_candel`, `channel_canclvl`, `channel_cankick`, `channel_canban`, `channel_staticban`, `channel_protect`, `channel_canop`, `channel_canhalfop`, `channel_canvoice`, `channel_getop`, `channel_gethalfop`, `channel_getvoice`, `channel_greeting`, `channel_usergreeting`, `channel_userinfo`, `channel_dynlimit`, `channel_getinvite`, `channel_topicmask`, `channel_exttopic`, `channel_exttopic_topic`, `channel_defaulttopic`, `channel_wipeinfo`, `channel_modes`, `channel_enfmodes`, `channel_enftopic`, `channel_topicsnarf`, `channel_changetopic`, `channel_setters`, `channel_canresync`, `channel_cansuspend`, `channel_notice`, `channel_noticereaction`, `channel_ctcp`, `channel_ctcpreaction`, `channel_registered`, `channel_registrator`, `channel_toys`, `channel_scanner`, `channel_spam_limit`, `channel_spam_reaction`, `channel_spam_reaction_duration`, `channel_spam_except`, `channel_flood_limit`, `channel_flood_time`, `channel_flood_reaction`, `channel_flood_reaction_duration`, `channel_flood_except`, `channel_join_limit`, `channel_join_time`, `channel_join_reaction`, `channel_join_reaction_duration`, `channel_join_except`, `channel_botnet_bantime`, `channel_botnet_except`, `channel_caps_percent`, `channel_caps_reaction`, `channel_caps_reaction_duration`, `channel_caps_except`, `channel_digit_percent`, `channel_digit_reaction`, `channel_digit_reaction_duration`, `channel_digit_except`, `channel_badword_reaction`, `channel_badword_reaction_duration`, `channel_badword_except`) VALUES
271 (NULL, 'defaults', '', 0, 0, 0, 0, 0, 0, 300, 300, 300, 200, 200, 250, 0, 200, 200, 200, 200, 150, 100, '', '', 1, 0, 1, '', 0, '', '', 300, '+', 400, 400, 501, 200, 400, 200, 300, 0, 0, 0, 0, 0, 0, 0, '', 4, 0, 120, 400, 5, 3, 0, 120, 400, 4, 20, 2, 300, 400, 1800, 1, 60, 0, 60, 200, 60, 0, 60, 200, 0, 60, 400);
272
273 --
274 -- please run language.php for help and language entries.
275 --