mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
Table ircd_log {
|
|
time datetime [not null]
|
|
type varchar(50) [not null]
|
|
message text [not null]
|
|
}
|