diff options
author | Pawky Languish | 2025-04-19 19:07:38 +0000 |
---|---|---|
committer | Pawky Languish | 2025-04-19 19:07:38 +0000 |
commit | f4fb34dde6b03fdb49f71476d587c5c7f986b565 (patch) | |
tree | ef8cc174c413dcd766754bc51c52b9a2fc328e5c /config.py | |
parent | 12062621d6d67adb8abee962f4201e2d5196f55b (diff) |
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config.py b/config.py index 51d4364..ee4cc81 100644 --- a/config.py +++ b/config.py @@ -24,9 +24,7 @@ class config(config): port = 6667 ssl = False nickserv_auth = False - nickserv_mask = ( - "NickServ!NickServ@localhost" # the mask you receive from server - ) + nickserv_mask = "NickServ!NickServ@localhost" # the mask you receive from server nickserv_squery = False # squery seems to only be a thing on ngircd nickserv_path = "NickServ@localhost" # the mask you actually send commands to # get password from secret file |