Anyone got any ideas why this isn't showing Great Split message?
####################################
# Hotlapping options
####################################
# This is filepath of file containing collected data.
# Will be created if it doesnt exist yet.
# You must ensure read/write access to this path.
Database = ./PB.txt
# Define max time of split to trigger action.
Split1 = 0.24.00
Split2 = 0.50.00
Split3 = 1.20.00
# Actions to do on splits.
# If more actions, separate them with '|'.
# Possible variables to use:
# {SplitTime} - Split time
# {Nickname} - Nickname of driver
Split1Action = /msg Great 1st split ({SplitTime}) by {Nickname}^8 !
Split2Action = /msg Great 2nd split ({SplitTime}) by {Nickname}^8 !
Split3Action = /msg Great 3rd split ({SplitTime}) by {Nickname}^8 !
# Maximum allowed lap time to record it and execute action.
MaxLapTime = 2.00.00
####################################
# Hotlapping options
####################################
# This is filepath of file containing collected data.
# Will be created if it doesnt exist yet.
# You must ensure read/write access to this path.
Database = ./PB.txt
# Define max time of split to trigger action.
Split1 = 0.24.00
Split2 = 0.50.00
Split3 = 1.20.00
# Actions to do on splits.
# If more actions, separate them with '|'.
# Possible variables to use:
# {SplitTime} - Split time
# {Nickname} - Nickname of driver
Split1Action = /msg Great 1st split ({SplitTime}) by {Nickname}^8 !
Split2Action = /msg Great 2nd split ({SplitTime}) by {Nickname}^8 !
Split3Action = /msg Great 3rd split ({SplitTime}) by {Nickname}^8 !
# Maximum allowed lap time to record it and execute action.
MaxLapTime = 2.00.00