diff options
Diffstat (limited to 'src/unreal32.c')
-rw-r--r-- | src/unreal32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unreal32.c b/src/unreal32.c index 43054628e..2198d1a5a 100644 --- a/src/unreal32.c +++ b/src/unreal32.c @@ -23,6 +23,7 @@ const char version_protocol[] = "UnrealIRCd 3.2+"; /* Not all ircds use +f for their flood/join throttle system */ const char flood_mode_char_set[] = "+f"; /* mode char for FLOOD mode on set */ const char flood_mode_char_remove[] = "-f"; /* mode char for FLOOD mode on remove */ +int UseTSMODE = 0; IRCDVar ircd[] = { {"UnrealIRCd 3.2.x", /* ircd name */ |