mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
compiles clean using -std=c89
This commit is contained in:
@@ -72,10 +72,10 @@
|
||||
#define CU_KSWARN 0x1000
|
||||
#define CU_CHANBAN 0x2000
|
||||
|
||||
#define SHIT_NOOP 0 // do nothing
|
||||
#define SHIT_CHANOP 1 // not allowed to be chanop
|
||||
#define SHIT_KB 2 // simple kick and ban
|
||||
#define SHIT_PERMABAN 3 // permanent ban, re-ban if unbanned
|
||||
#define SHIT_NOOP 0 /* do nothing */
|
||||
#define SHIT_CHANOP 1 /* not allowed to be chanop */
|
||||
#define SHIT_KB 2 /* simple kick and ban */
|
||||
#define SHIT_PERMABAN 3 /* permanent ban, re-ban if unbanned */
|
||||
#define SHIT_CHANBAN 4
|
||||
|
||||
#define MAXSHITLEVEL 4
|
||||
|
||||
Reference in New Issue
Block a user