diff options
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.py b/config.py index 27cf5c4..28902ee 100644 --- a/config.py +++ b/config.py @@ -4,6 +4,7 @@ import importlib, sys if __name__ == "local_config": config = importlib.reload(sys.modules["config"]).config else: + class config: # dummy, so the local config can simply be a copy of this template ... @@ -13,7 +14,7 @@ class config(config): nick = "pawbot" username = "pawky_bot" # you should probably indicate yourself to be the owner of the bot, in username, or realname, or both - realname = "pawky's bot" + realname = "pawky's song-of-the-day bot, use ~help" source = "/home/pawky/git/sotdbot" # so far only used for ctcp response gitdir = "./" # where is the bot git dir? currently only used for version (git commit hash, assuming latest commit == latest version) @@ -65,6 +66,7 @@ class config(config): "chghost", # uh, same, I think? ] + # cap-notify draft/account-registration draft/channel-rename draft/persistence draft/read-marker echo-message ergo.chat/nope extended-join extended-monitor invite-notify labeled-response sasl=PLAIN,EXTERNAL server-time setname userhost-in-names znc.in/self-message # message-tags multi-prefix account-tag batch away-notify account-notify chghost |