Updated gitignore

This commit is contained in:
2021-06-11 14:14:11 +02:00
parent 4239346f4a
commit 0501d50993
5 changed files with 5 additions and 44 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ from os import path
# CONFIGURATION
# location of the account files
account_path = "account.php" # take a look at "setup_help/account_template.php"
local_secret_path = "local_secret.php" # take a look at "setup_help/local_secret_template.php"
account_path = "account.php" # take a look at "setup_help/account.php"
local_secret_path = "local_secret.php" # take a look at "setup_help/local_secret.php"
# how many seconds should be between commands
global_irc_send_timeout = 4 # in seconds (3 didn't work sometimes, 7 should always work)