Skip to content

Commit

Permalink
Increase startup delay
Browse files Browse the repository at this point in the history
  • Loading branch information
akkana committed Oct 30, 2012
1 parent 1e03dcd commit 87bd7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatsounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class XchatSoundHandler :
''' Play alert sound depending on the channel and circumstances.
'''

STARTUP_DELAY = 15 # No sounds will be played in the first few seconds
STARTUP_DELAY = 25 # No sounds will be played in the first few seconds

# Xchat events. Comment out any events for which you don't want alerts:
EVENTS = [
Expand Down

0 comments on commit 87bd7fd

Please sign in to comment.