diff options
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index fc39cffaf..b9b03c3c5 100644 --- a/include/extern.h +++ b/include/extern.h @@ -872,7 +872,7 @@ E int check_szline(const char *nick, char *ip); E Server *server_global(Server * s, char *msg); -E int OSOpersOnly; +E bool OSOpersOnly; E time_t DefContimer; E void runDefCon(void); E int defconParseModeString(const char *str); |