mirror of
https://github.com/pvpgn/pvpgn-server
synced 2026-08-24 18:23:04 -04:00
First large implementation in Lua is Trivia Quiz Game (/quiz command) http://i.imgur.com/8QV3blt.png
17 lines
373 B
Lua
17 lines
373 B
Lua
--[[
|
|
Copyright (C) 2014 HarpyWar (harpywar@gmail.com)
|
|
|
|
This file is a part of the PvPGN Project http://pvpgn.pro
|
|
Licensed under the same terms as Lua itself.
|
|
]]--
|
|
|
|
|
|
eventlog_level_none,
|
|
eventlog_level_trace,
|
|
eventlog_level_debug,
|
|
eventlog_level_info,
|
|
eventlog_level_warn,
|
|
eventlog_level_error,
|
|
eventlog_level_fatal,
|
|
eventlog_level_gui -- Win32 GUI
|
|
= 0,1,2,4,8,16,32,64
|