updated included mysql defaults (database.defaults.sql)
[NeonServV5.git] / database.defaults.sql
1 --
2 -- Daten für Tabelle `bots`
3 --
4
5 INSERT INTO `bots` (`id`, `active`, `nick`, `server`, `port`, `pass`, `ssl`, `bind`, `ident`, `realname`, `automodes`, `botclass`, `textbot`, `queue`, `defaulttrigger`, `max_channels`, `register_priority`) VALUES
6 (1, 1, 'NeonTest', 'irc.WebGamesNet.net', 6667, '', 0, NULL, 'NeonServ', 'NeonServ Test Bot', 'iIncx', 1, 1, 0, '+', 20, 4),
7 (5, 1, 'SpamTest', 'irc.WebGamesNet.net', 6667, '', 0, NULL, 'SpamServ', 'NeonServ Anti Spam Service', '+xiIcn', 2, 1, 0, '~', 20, 5);
8
9 --
10 -- Daten für Tabelle `bot_binds`
11 --
12
13 INSERT INTO `bot_binds` (`id`, `botclass`, `command`, `function`, `parameters`, `chan_access`, `global_access`, `flags`) VALUES
14 (1, 1, 'bind', 'bind', '', NULL, NULL, 0),
15 (3, 1, 'unbind', 'unbind', '', NULL, NULL, 0),
16 (4, 1, 'adduser', 'adduser', '', NULL, NULL, 0),
17 (5, 1, 'addowner', 'adduser', '%1 500', NULL, NULL, 0),
18 (6, 1, 'addcoowner', 'adduser', '%1 400', NULL, NULL, 0),
19 (7, 1, 'addco', 'adduser', '%1 400', NULL, NULL, 0),
20 (8, 1, 'addmaster', 'adduser', '%1 300', NULL, NULL, 0),
21 (9, 1, 'addop', 'adduser', '%1 200', NULL, NULL, 0),
22 (10, 1, 'addpeon', 'adduser', '%1 100', NULL, NULL, 0),
23 (11, 1, 'addvoice', 'adduser', '%1 100', NULL, NULL, 0),
24 (12, 1, 'deluser', 'deluser', '', NULL, NULL, 0),
25 (13, 1, 'clvl', 'clvl', '', NULL, NULL, 0),
26 (125, 1, 'access', 'access', '', NULL, NULL, 0),
27 (124, 1, 'a', 'access', '', NULL, NULL, 0),
28 (16, 1, 'users', 'users', '', NULL, NULL, 0),
29 (17, 1, 'vlist', 'users', '%1 100 199', NULL, NULL, 0),
30 (18, 1, 'olist', 'users', '%1 200 299', NULL, NULL, 0),
31 (19, 1, 'plist', 'users', '%1 100 199', NULL, NULL, 0),
32 (20, 1, 'mlist', 'users', '%1 300 399', NULL, NULL, 0),
33 (21, 1, 'clist', 'users', '%1 400 499', NULL, NULL, 0),
34 (22, 1, 'suspend', 'suspend', '', NULL, NULL, 0),
35 (23, 1, 'unsuspend', 'unsuspend', '', NULL, NULL, 0),
36 (24, 1, 'delme', 'delme', '', NULL, NULL, 0),
37 (25, 1, 'deleteme', 'delme', '', NULL, NULL, 0),
38 (26, 1, 'myaccess', 'myaccess', '', NULL, NULL, 0),
39 (27, 1, 'mya', 'myaccess', '', NULL, NULL, 0),
40 (28, 1, 'ma', 'myaccess', '', NULL, NULL, 0),
41 (29, 1, 'up', 'up', '', NULL, NULL, 0),
42 (30, 1, 'down', 'down', '', NULL, NULL, 0),
43 (31, 1, 'upall', 'upall', '', NULL, NULL, 0),
44 (32, 1, 'uall', 'upall', '', NULL, NULL, 0),
45 (33, 1, 'downall', 'downall', '', NULL, NULL, 0),
46 (34, 1, 'dall', 'downall', '', NULL, NULL, 0),
47 (35, 1, 'mdeluser', 'mdeluser', '', NULL, NULL, 0),
48 (41, 1, 'mdelop', 'mdeluser', '200 %1', NULL, NULL, 0),
49 (40, 1, 'mdelvoice', 'mdeluser', '100 %1', NULL, NULL, 0),
50 (39, 1, 'mdelpeon', 'mdeluser', '100 %1', NULL, NULL, 0),
51 (42, 1, 'mdelmaster', 'mdeluser', '300 %1', NULL, NULL, 0),
52 (43, 1, 'mdelcoowner', 'mdeluser', '400 %1', NULL, NULL, 0),
53 (44, 1, 'mdelco', 'mdeluser', '400 %1', NULL, NULL, 0),
54 (45, 1, 'trim', 'trim', '', NULL, NULL, 0),
55 (46, 1, 'giveowner', 'giveowner', '', NULL, NULL, 0),
56 (47, 1, 'giveownership', 'giveowner', '', NULL, NULL, 0),
57 (48, 1, 'op', 'op', '', NULL, NULL, 0),
58 (49, 1, 'deop', 'deop', '', NULL, NULL, 0),
59 (50, 1, 'voice', 'voice', '', NULL, NULL, 0),
60 (51, 1, 'devoice', 'devoice', '', NULL, NULL, 0),
61 (52, 1, 'v', 'voice', '', NULL, NULL, 0),
62 (53, 1, 'o', 'op', '', NULL, NULL, 0),
63 (54, 1, 'opall', 'opall', '', NULL, NULL, 0),
64 (55, 1, 'deopall', 'deopall', '', NULL, NULL, 0),
65 (56, 1, 'voiceall', 'voiceall', '', NULL, NULL, 0),
66 (57, 1, 'vall', 'voiceall', '', NULL, NULL, 0),
67 (58, 1, 'devoiceall', 'devoiceall', '', NULL, NULL, 0),
68 (59, 1, 'set', 'set', '', NULL, NULL, 0),
69 (60, 1, 'kick', 'kick', '', NULL, NULL, 0),
70 (61, 1, 'k', 'kick', '', NULL, NULL, 0),
71 (62, 1, 'kickban', 'kickban', '', NULL, NULL, 0),
72 (63, 1, 'kb', 'kickban', '', NULL, NULL, 0),
73 (64, 1, 'ban', 'ban', '', NULL, NULL, 0),
74 (65, 1, 'b', 'ban', '', NULL, NULL, 0),
75 (66, 1, 'wipeinfo', 'wipeinfo', '', NULL, NULL, 0),
76 (67, 1, 'deluinfo', 'wipeinfo', '', NULL, NULL, 0),
77 (68, 1, 'addban', 'addban', '', NULL, NULL, 0),
78 (69, 1, 'ab', 'addban', '', NULL, NULL, 0),
79 (70, 1, 'bans', 'bans', '', NULL, NULL, 0),
80 (71, 1, 'shitlist', 'bans', '', NULL, NULL, 0),
81 (72, 1, 'showbans', 'bans', '', NULL, NULL, 0),
82 (73, 1, 'showban', 'bans', '', NULL, NULL, 0),
83 (74, 1, 'delban', 'delban', '', NULL, NULL, 0),
84 (75, 1, 'netinfo', 'netinfo', '', NULL, NULL, 0),
85 (76, 1, 'topic', 'topic', '', NULL, NULL, 0),
86 (77, 1, 't', 'topic', '', NULL, NULL, 0),
87 (78, 1, 'chanservsync', 'chanservsync', '', NULL, NULL, 0),
88 (79, 1, 'resync', 'resync', '', NULL, NULL, 0),
89 (80, 1, 'r', 'resync', '', NULL, NULL, 0),
90 (81, 1, 'addtimeban', 'addtimeban', '', NULL, NULL, 0),
91 (82, 1, 'addtimedban', 'addtimeban', '', NULL, NULL, 0),
92 (83, 1, 'timeban', 'addtimeban', '', NULL, NULL, 0),
93 (84, 1, 'timedban', 'addtimeban', '', NULL, NULL, 0),
94 (85, 1, 'tb', 'addtimeban', '', NULL, NULL, 0),
95 (86, 1, 'atb', 'addtimeban', '', NULL, NULL, 0),
96 (87, 1, 'mode', 'mode', '', NULL, NULL, 0),
97 (88, 1, 'm', 'mode', '', NULL, NULL, 0),
98 (89, 1, 'version', 'version', '', NULL, NULL, 0),
99 (90, 1, 'peek', 'peek', '', NULL, NULL, 0),
100 (91, 1, 'uset', 'uset', '', NULL, NULL, 0),
101 (92, 1, 'aset', 'uset', '', NULL, NULL, 0),
102 (93, 1, 'unban', 'unban', '', NULL, NULL, 0),
103 (94, 1, 'ub', 'unban', '', NULL, NULL, 0),
104 (95, 1, 'unbanall', 'unbanall', '', NULL, NULL, 0),
105 (96, 1, 'uba', 'unbanall', '', NULL, NULL, 0),
106 (97, 1, 'unbanme', 'unbanme', '', NULL, NULL, 0),
107 (98, 1, 'ubme', 'unbanme', '', NULL, NULL, 0),
108 (99, 1, 'invite', 'invite', '', NULL, NULL, 0),
109 (100, 1, 'i', 'invite', '', NULL, NULL, 0),
110 (101, 1, 'inviteme', 'inviteme', '', NULL, NULL, 0),
111 (102, 1, 'help', 'help', '', NULL, NULL, 0),
112 (103, 1, 'h', 'help', '', NULL, NULL, 0),
113 (104, 1, 'trace', 'trace', '', NULL, NULL, 0),
114 (105, 1, 'register', 'register', '', NULL, NULL, 0),
115 (106, 1, 'reg', 'register', '', NULL, NULL, 0),
116 (107, 1, 'unregister', 'unregister', '', NULL, NULL, 0),
117 (108, 1, 'unreg', 'unregister', '', NULL, NULL, 0),
118 (109, 1, 'recover', 'recover', '', NULL, NULL, 0),
119 (110, 1, 'say', 'say', '', NULL, NULL, 0),
120 (111, 1, 'emote', 'emote', '', NULL, NULL, 0),
121 (112, 1, 'notice', 'notice', '', NULL, NULL, 0),
122 (113, 1, 'raw', 'raw', '', NULL, NULL, 0),
123 (114, 1, 'god', 'god', '', NULL, NULL, 0),
124 (115, 1, 'godmode', 'god', '', NULL, NULL, 0),
125 (116, 1, 'reloadlang', 'reloadlang', '', NULL, NULL, 0),
126 (117, 1, 'csuspend', 'csuspend', '', NULL, NULL, 0),
127 (118, 1, 'cunsuspend', 'cunsuspend', '', NULL, NULL, 0),
128 (119, 1, 'move', 'move', '', NULL, NULL, 0),
129 (120, 1, 'events', 'events', '', NULL, NULL, 0),
130 (121, 1, 'oplog', 'oplog', '', NULL, NULL, 0),
131 (122, 1, 'search', 'search', '', NULL, NULL, 0),
132 (123, 1, 'command', 'command', '', NULL, NULL, 0),
133 (126, 1, 'va', 'voiceall', '', NULL, NULL, 0),
134 (127, 1, 'setaccess', 'setaccess', '', NULL, NULL, 0),
135 (129, 1, 'suckers', 'bans', '', NULL, NULL, 0),
136 (130, 1, 'fu', 'kick', '', NULL, NULL, 0),
137 (131, 1, 'mobb', 'kick', '', NULL, NULL, 0),
138 (132, 1, 'blist', 'bans', '', NULL, NULL, 0),
139 (133, 1, 'addrank', 'addrank', '', NULL, NULL, 0),
140 (134, 1, 'delrank', 'delrank', '', NULL, NULL, 0),
141 (135, 1, 'listrank', 'listrank', '', NULL, NULL, 0),
142 (136, 1, 'rank', 'assignrank', '', NULL, NULL, 0),
143 (137, 1, 'assignrank', 'assignrank', '', NULL, NULL, 0),
144 (138, 1, 'setrank', 'setrank', '', NULL, NULL, 0),
145 (139, 1, 'ranks', 'listrank', '', NULL, NULL, 0),
146 (145, 1, 'setinfo', 'uset', 'info %1-', NULL, NULL, 0),
147 (147, 1, 'info', 'info', '', NULL, NULL, 0),
148 (148, 1, 'rename', 'rename', '', NULL, NULL, 0),
149 (149, 1, 'unvisited', 'unvisited', '', NULL, NULL, 0),
150 (150, 1, 'add', 'adduser', '', NULL, NULL, 0),
151 (151, 2, 'bind', 'bind', '', NULL, NULL, 0),
152 (152, 2, 'unbind', 'unbind', '', NULL, NULL, 0),
153 (153, 2, 'register', 'register', '', NULL, NULL, 0),
154 (154, 2, 'unregister', 'unregister', '', NULL, NULL, 0),
155 (155, 2, 'version', 'version', '', NULL, NULL, 0),
156 (156, 2, 'netinfo', 'netinfo', '', NULL, NULL, 0),
157 (157, 2, 'set', 'set', '', NULL, NULL, 0),
158 (158, 2, 'csuspend', 'csuspend', '', NULL, NULL, 0),
159 (159, 2, 'cunsuspend', 'cunsuspend', '', NULL, NULL, 0),
160 (160, 2, 'say', 'say', '', NULL, NULL, 0),
161 (161, 2, 'emote', 'emote', '', NULL, NULL, 0),
162 (162, 2, 'notice', 'notice', '', NULL, NULL, 0),
163 (163, 2, 'raw', 'raw', '', NULL, NULL, 0),
164 (164, 2, 'god', 'god', '', NULL, NULL, 0),
165 (165, 3, 'bind', 'bind', '', NULL, NULL, 0),
166 (166, 3, 'unbind', 'unbind', '', NULL, NULL, 0),
167 (167, 3, 'say', 'say', '', NULL, NULL, 0),
168 (168, 3, 'notice', 'notice', '', NULL, NULL, 0),
169 (169, 3, 'emote', 'emote', '', NULL, NULL, 0),
170 (171, 1, 'sync', 'resync', '', NULL, NULL, 0),
171 (172, 1, 'dv', 'devoice', '', NULL, NULL, 0),
172 (174, 2, 'commands', 'commands', '', NULL, NULL, 0),
173 (179, 1, 'ping', 'funcmd.ping', '', NULL, NULL, 0),
174 (180, 1, 'pong', 'funcmd.pong', '', NULL, NULL, 0),
175 (181, 1, 'dice', 'funcmd.dice', '', NULL, NULL, 0),
176 (182, 1, 'd', 'funcmd.dice', '', NULL, NULL, 0),
177 (183, 1, '8ball', 'funcmd.8ball', '', NULL, NULL, 0),
178 (184, 1, '8', 'funcmd.8ball', '', NULL, NULL, 0),
179 (185, 1, 'staff', 'staff', '', NULL, NULL, 0),
180 (186, 2, 'bans', 'NeonServ.bans', '', NULL, NULL, 0),
181 (187, 2, 'banlist', 'NeonServ.bans', '', NULL, NULL, 0),
182 (188, 2, 'delban', 'NeonServ.delban', '', NULL, NULL, 0),
183 (189, 2, 'addban', 'NeonServ.addban', '', NULL, NULL, 0),
184 (190, 1, 'noregister', 'noregister', '', NULL, NULL, 0),
185 (191, 1, 'commands', 'commands', '', NULL, NULL, 0),
186 (192, 1, 'oplogs', 'oplog', '', NULL, NULL, 0),
187 (193, 1, 'cmd', 'command', '', NULL, NULL, 0),
188 (194, 1, 'team', 'staff', '', NULL, NULL, 0),
189 (195, 1, 'syncusers', 'chanservsync', '', NULL, NULL, 0),
190 (196, 2, 'search', 'NeonServ.search', '', NULL, NULL, 0),
191 (197, 1, 'cookie', 'FunCMD.cookie', '', NULL, NULL, 0);
192
193 --
194 -- Daten für Tabelle `channels`
195 --
196
197 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_canvoice`, `channel_getop`, `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`) VALUES
198 (NULL, 'defaults', '', 0, 0, 0, 0, 0, 0, 300, 300, 300, 200, 200, 250, 0, 200, 200, 200, 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);
199
200 --
201 -- please run language.php for help and language entries.
202 --