default SERVER_PASS to None
This commit is contained in:
parent
33b2e26c15
commit
6ba752a038
@ -14,12 +14,12 @@ CMD_CHAR = "!"
|
||||
|
||||
# If your server requires a connection password, or your services package expects
|
||||
# a different format if authenticating to NickServ via the PASS command, modify this.
|
||||
# The default should work fine on Atheme-based services packages.
|
||||
# "{account}:{password}" should work fine on Atheme-based services packages.
|
||||
#
|
||||
# Note: Do not put the account and password here; they will be automatically substituted
|
||||
# from the USERNAME (or NICK) and PASS variables on the top of the file.
|
||||
|
||||
SERVER_PASS = "{account}:{password}"
|
||||
SERVER_PASS = None
|
||||
|
||||
OWNERS = ("unaffiliated/wolfbot_admin1",) # The comma is required at the end if there is only one owner.
|
||||
OWNERS_ACCOUNTS = ("1owner_acc",)
|
||||
|
Loading…
Reference in New Issue
Block a user